-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Parallax animation breaks if onLeave returns false #2906
Comments
Thanks for reporting it! What I noticed is that scrolling down seems to work fine, just not doing anything, but when scrolling up again, keeping on the same section as it should, it applies the transformation to the background when it shouldn't, as the section stills the same and did not move at all. |
Fixed on the dev branch. Will get merged in 2.9.5. |
Try the following with the parallax extension enabled:
You'll notice that the background image no longer parallaxes.
Let me know if you're happy for me to do a codepen, but it will involve uploading the parallax lib.
The text was updated successfully, but these errors were encountered: