-
Notifications
You must be signed in to change notification settings - Fork 152
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 elements jump after initial scroll #61
Comments
I see the same problem, but this doesn't quite resolve the bug. The "jump" that happens just happens on load now. Everything is shifting. |
The code above doesn't fix it properly. This is a small PR that gets closer (but on further testing it's not quite there): #62 And this is a PR that includes a lot of var cleanup: #63 I haven't tested all of the use cases to see if this break anything else... it is not yet ready, as the jump sometimes still happens. |
+1 happening to me as well.... oh well, off to the next plugin |
@tgomilar hey any news on this? Still an apparent issue. It works fine in version 1.4.0. Thank you! |
@tgomilar Could you tell us when we will get the next release? |
Good plugin... poor maintanence :/ |
At a scroll position of 0 the parallax effect is not active. Only when you scroll, the CSS rules are applied. This causes the parallax elements to jump unexpectedly. The following modified code (dist/jquery.paroller.js, line 191) resolves this issue.
The text was updated successfully, but these errors were encountered: