-
Notifications
You must be signed in to change notification settings - Fork 872
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
Start the animation before Rellax Item enters Viewport #235
Comments
You probably need to use something like waypoint.js which allows for some function to fire when an element enters the viewport. |
This is a must have option. It should only start when element is (partially) in view and stop when out of view. |
Does it mean it always starts moving from the top of the page when scrolling? what about the 'wrapper' property on the initialization? I've been trying to accomplish the effect with this, maybe that is why it doesn't work. |
@cvillalobos did you succeed? I'm having the same issue, I just want paralax effect to trigger when it's in viewport |
Hi everyone, please have a look at the centering options. |
Hi
Is there any chance to start the Rellax Animation just before the animated item enters the viewport.
In my case there are some items on the very bottom of a long page and they start moving when i start scrolling from the very top.
Any ideas to solve this problem?
The text was updated successfully, but these errors were encountered: