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
I have been experiencing some inconsistent behavior with xaringanExtra:::use_freezeframe(). Most of the times seems to work but there are instances that some of the .gif files will be already playing when reaching the corresponding slide.
The issue seems to be present mostly when viewing the slides in chrome (e.g. not in Rstudio's viewer).
For example if I open in chrome and go back and forward between the two gif slides, it is not always the case that they will start from the beginning. I can tell however that use_freezeframe() works as when I click on the slide the animation stops and when I click again it starts from the beginning. However, the moment I turn on the slide with the animation sometimes it seems to be already playing rather than starting from the beginning.
I've noticed this too on occasion and had a really hard time reproducing it or figuring out the context in which it happens.
Thanks for submitting an example, but it's not quite a reprex yet since I don't have custom.css, animation_haz.gif or animation_obs.gif. If you can create a reprex that doesn't include those files (you can see the freezeframe docs for some examples gifs you could use), I'd be happy to take another look.
I have been experiencing some inconsistent behavior with
xaringanExtra:::use_freezeframe()
. Most of the times seems to work but there are instances that some of the .gif files will be already playing when reaching the corresponding slide.The issue seems to be present mostly when viewing the slides in chrome (e.g. not in Rstudio's viewer).
For example if I open in chrome and go back and forward between the two gif slides, it is not always the case that they will start from the beginning. I can tell however that use_freezeframe() works as when I click on the slide the animation stops and when I click again it starts from the beginning. However, the moment I turn on the slide with the animation sometimes it seems to be already playing rather than starting from the beginning.
I tried to create a reproducible example below:
The text was updated successfully, but these errors were encountered: