-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Orbit] Page jumping after each slide transition #11082
Comments
It seems the change between the different I am currently trying and this is one solution that works: js/foundation.orbit.js
scss/components/orbit.scss
Not sure if this is the best approach. At least the orbit component has a few issues and the intent of the change between the display properties is not quite clear to me. cc @ncoden @SassNinja @JeremyEnglert or do you see any other solutions and would this be the "correct" solution? |
@DanielRuf According to me, the problem is that there is a time when the animation finish where both the new and old slides has Your fix seems to do the job (all slides are always in absolute) but I wonder if there is any side-effect of that. With images of different heights, does the container scale itself correctly ? |
That is a good question and I also thought there could be side effects. I'll prepare some codepens with the change to check a few more usecases. |
The |
How to reproduce this bug:
What should happen:
Page shouldn't jump at all
What happened instead:
The pages jumps for some reason
Browser(s) and Device(s) tested on:
I've only seen this happen in Chrome (MAC) Version 65.0.3325.162 and a few versions prior and on my Android device.
Have tested on latest Firefox and Safari on MAC and it doesn't seem to occur.
Foundation Version(s) you are using:
6.4.3
Test case link:
Foundations own docs:
https://foundation.zurb.com/sites/docs/orbit.html
The text was updated successfully, but these errors were encountered: