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
When exporting to pdf, all my animated elements are displayed as if the animation never played and only the initial state stuck.
This is how it should look like after the animation
This is how it gets exported
I tried timeouts, tried adding a :leave attribute and tried exporting with and without clicks. Always the same problem.
I also noticed that when leaving a page with ArrowDown all elements appear in their initial state as well before it transitions to the next page. So maybe its related to that?
Also videos are not embedded. (Adobe Acrobat Reader would support it for example) I think it would be good, to just use the first frame of the video instead, because not many pdf-readers support videos.
Sorry for the late reply. A workaround is to install @slidev/cli and @slidev/client from the urls listed in #1972 (comment), and open the new exporting UI to export the slides (only supports chrome/edge).
Describe the bug
When exporting to pdf, all my animated elements are displayed as if the animation never played and only the initial state stuck.
This is how it should look like after the animation
This is how it gets exported
I tried timeouts, tried adding a
:leave
attribute and tried exporting with and without clicks. Always the same problem.I also noticed that when leaving a page with ArrowDown all elements appear in their initial state as well before it transitions to the next page. So maybe its related to that?
Minimal reproduction
The slide I created looks like this:
Environment
The text was updated successfully, but these errors were encountered: