You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
I was playing around with the plugin for a while a made a fancy transition.
Now I've got one problem which is that I can't tell in advance how long a page takes until I can start the animation.
Improvement
So I can't set the length of the exit. Is there an option to trigger the onExit programmatically after my page transition completes without knowing the exact time previously? That would be super helpful.
Current state
My current state is that I set a higher value to the exit length to make sure the old page is not disappearing during the animation. But with that, I have the issue that the page is blocked for a couple of seconds when the page is loaded very fast since all links are not working (which is understandable during an animation).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I was playing around with the plugin for a while a made a fancy transition.
Now I've got one problem which is that I can't tell in advance how long a page takes until I can start the animation.
Improvement
So I can't set the length of the exit. Is there an option to trigger the onExit programmatically after my page transition completes without knowing the exact time previously? That would be super helpful.
Current state
My current state is that I set a higher value to the exit length to make sure the old page is not disappearing during the animation. But with that, I have the issue that the page is blocked for a couple of seconds when the page is loaded very fast since all links are not working (which is understandable during an animation).
The text was updated successfully, but these errors were encountered: