-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Exported animations show initial state instead of finished state #1979
Comments
Same issue with code animations. |
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 |
Hopefully, this has been resolved by the browser exporter. Feel free to reopen the PR if not. |
@kermanx my arrows are not shown but besides that it seems better. However, when adding clicks, the first slide is always with ALL clicks already there and the following the single different clicks. So I think its still kinda broken. PS: I am not allowed to reopen PRs :D |
I tried
This is already a PR to merge to address this.
I think the issue author usually has permission to re-open the issue. Please tell me if some settings are wrong. |
@kermanx nope, cant reopen :D
The arrows are meant to show on click. I tried delay 4000 to no avail both with and without clicks enabled.
Noice! |
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: