-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Slide transitions leads to empty slides #1282
Comments
Same error, But I didn't use I've just installed trough npm, and in the sample slide show, if you use the arrow keys to advance a few slides and go back a few times, eventually you will get empty slides. |
Also encountering the same problem. I tried multiple Slidev versions down to 0.43.0 and all were affected even though I believe the problem started to appear much more recently. |
I think I was able to figure out where the bug was introduced. With |
It seems that this has been (finally) fixed by vuejs/core#10297 ([email protected]). Updating Slidev to the latest version or just updating Vue can fix this. |
For me it is still broken in [email protected], but in [email protected] it seems to be fixed. |
Describe the bug
When slide transitions, such as
are enabled, an issue arises while scrolling through the presentation. If I navigate too quickly forward and backward through slides, the slides become empty. Unfortunately, these empty slides do not reset even if I change to another slide, resulting in a broken presentation.
The broken transitions are:
slide-left
slide-right
slide-up
slide-down
I tested it in Firefox and Chromium.
These transitions seem to work:
fade
fade-out
To Reproduce
Steps to reproduce the behavior:
Desktop:
The text was updated successfully, but these errors were encountered: