View source: R/conditionalJS.R
animation | R Documentation |
Creates an 'animation' object for usage in runAnimation.
animation(effect, delay = 0, duration = 1000)
effect |
Animation effect used name to be applied. Check .cssEffects object for possible options. |
delay |
Delay of animation start (in milliseconds). |
duration |
Duration of animation (in milliseconds). |
A named list with class 'animation'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.