animation.Rd
Creates an `animation` object for usage in runAnimation.
animation(effect, delay = 0, duration = 1000)
Animation effect used name to be applied. Check .cssEffects object for possible options.
Delay of animation start (in milliseconds).
Duration of animation (in milliseconds).
A named list with class `animation`.