Is it possible to add a pause between gganimate loops? I know we can set the interval between frames with interval
, but is there a way to pause on the final frame before looping back to the first frame?
Is the best method to insert multiple copies of the final frame into the data?
In recent versions of gganimate, the animate()
function has an end_pause
option. So you can simply do
animate(p, end_pause = 30)
in order to pause for, for example, 30 frames before looping again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With