-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to place particles in background? #11
Comments
This works for me: https://codepen.io/Matiboux/pen/ejxeML. I know it's late, you probably found something that works or an alternative, but I just found and used the project. So I though it'd be good to update this issue with a solution. |
Awesome, thanks!
…On Sat, Aug 11, 2018 at 5:32 AM Matiboux ***@***.***> wrote:
This works for me: https://codepen.io/Matiboux/pen/ejxeML.
I had to disable interactivity, as it does not work properly when the
cursor is over the .container element.
I know it's late, you probably found something that works or an
alternative, but I just found and used the project. So I though it'd be
good to update this issue with a solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQuR_msiZEjIBsQ0npiFkQO9cGYF-otvks5uPs76gaJpZM4S8G34>
.
|
No problem! <3 |
To fix the interactivity not working when particles are in a background div, add the following to the overlay div:
|
Something like this https://codepen.io/SebaGarciaM/pen/VeEXoj just with your look/motion etc'.
The text was updated successfully, but these errors were encountered: