Closed brshallo closed 4 years ago
Relevant issue yihui/xaringan#192 where handling of printing of incremental slides changed (so would only print last slide). Also issue in rstudio/pagedown#110 where @abichat is requesting ability to print incremental slides (currently still open).
Printing a flipbook from chrome (or using
pagedown::chrome_print()
) prints only the final animation of a flipbook page. How would I change it so that it would print each step/increment/fragment into a separate slide?I am trying to recreate the
pagedown
-->magick
approach to creating gifs that I used here.