Rstats
Animation
Author

George Girton

Published

July 11, 2023

Wings forward

Hummingbird on the move

Click button at right or left to advance by frame:

Code
library(slickR)

    bird_frame_filenames <- list.files("frames/", pattern=".jpg", full.names = TRUE)

slickR(bird_frame_filenames, height = 250, width='80%') +
  settings(dots = TRUE,
  infinite= TRUE,
  speed = 0,
  fade = TRUE,
  cssEase = 'linear')