Rstats
Animation
Bird photo
Author

George Girton

Published

December 19, 2024

Winter Solstice

Red-tailed hawk flies off to another tree

Hawk leaps into the air

Click button at right or left to advance by frame:

Code
library(slickR)

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

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