-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Describe the bug
When slide transitions, such as
---
transition: slide-left
---
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:
- Enable slide transitions using the following configuration:
---
transition: slide-left
---
- Change slides quickly by going forward and backward without waiting animations to complete.
- Eventually you will get empty slides
- Attempt to reset the empty slides by changing to another slide.
- The slide should still be empty
Desktop:
- OS: Kubuntu 22.04
- Browser: Firefox 122.0 (64-bit)
- Slidev version: v0.47.4
lucaslrodri, pleonr, hankem, jxpeng98 and rufer7
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed