| anime_timeline | R Documentation |
Initialise an Anime.js timeline
anime_timeline(duration = 1000, ease = anime_easing(), delay = 0, loop = FALSE)
duration |
Default duration in milliseconds for all segments. |
ease |
Default easing for all segments, an |
delay |
Default delay in milliseconds between segments. |
loop |
Logical or positive integer. |
An anime_timeline object.
anime_timeline(duration = 800, ease = anime_easing())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.