blogdown-demo icon indicating copy to clipboard operation
blogdown-demo copied to clipboard

Add an example of GIF animations

Open yihui opened this issue 8 years ago • 1 comments

Per request of @thomasp85 https://twitter.com/thomasp85/status/923263990121353218

Something like this should work (requires FFmpeg):

```{r random, fig.show='animate', ffmpeg.format='gif', dev='jpeg'}
for (i in 1:10) plot(runif(100), ylim = c(0, 1))
```

yihui avatar Oct 26 '17 05:10 yihui

Thanks - didn’t know ffmpeg made gifs - has been hacking it with magick

thomasp85 avatar Oct 26 '17 06:10 thomasp85