Initialise an Anime.js timeline
Usage
anime_timeline(duration = 1000, ease = anime_easing(), delay = 0, loop = FALSE)Examples
anime_timeline(duration = 800, ease = anime_easing())
#> $defaults
#> $defaults$duration
#> [1] 800
#>
#> $defaults$ease
#> $name
#> [1] "outQuad"
#>
#> $params
#> list()
#>
#> attr(,"class")
#> [1] "anime_easing"
#>
#> $defaults$delay
#> [1] 0
#>
#>
#> $loop
#> [1] FALSE
#>
#> $segments
#> list()
#>
#> $events
#> list()
#>
#> attr(,"class")
#> [1] "anime_timeline"