-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
pages revealed before transition completes #11
Comments
Thanks! Yes, the animations should always complete before the new page is revealed. It's possible you have an older version, where swup had a bug and the end of the transition of elements inside of your animated element was detected as the end of transition of the parent element. The latest version does not have this issue. In case that update doesn't help, please provide your code or demo. |
Was there any resolution to this issue? I am having a similar problem. The transition works the first time but after the page is cached the transition is ignored. Any insight would be great! I second the compliment, Swup is great!. |
Thank you! From my experience, those symptoms indicate that it's not swup issue and you are most likely making mistake somewhere in you code. Unfortunatelly, that means I cannot help you without seeing your code or demo. Can you please provide that? |
I've seen people making several mistakes when getting this kind of behavior:
Hope this helps. Closing. Feel free to reopen with demo/code example. |
maybe I'm understanding the use case incorrectly, but should the css animation always complete before it reveals the new page?
for me, especially when the pages are cached, the css transitions are completely skipped.
great work btw, a pleasure to use so far
The text was updated successfully, but these errors were encountered: