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')