e_animation | R Documentation |
Customise animations.
e_animation(
e,
show = TRUE,
threshold = NULL,
duration = NULL,
easing = NULL,
delay = NULL,
duration.update = NULL,
easing.update = NULL,
delay.update = NULL
)
e |
An |
show |
Set to show animation. |
threshold |
Whether to set graphic number threshold to animation. Animation will be disabled when graphic number is larger than threshold. |
duration |
Duration of the first animation. |
easing |
Easing method used for the first animation. |
delay |
Delay before updating the first animation. |
duration.update |
Time for animation to complete. |
easing.update |
Easing method used for animation. |
delay.update |
Delay before updating animation. |
mtcars |>
e_charts(mpg) |>
e_area(drat) |>
e_animation(duration = 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.