Helper function to build animations.
enter()
Animation$enter(animation = NULL, easing = NULL, delay = NULL, duration = NULL)
animation
Name of animation; clipIn
, zoomIn
,
pathIn
, scaleInY
, scaleInX
, fanIn
, or fadeIn
.
easing
Name of easing function.
delay, duration
Delay and duration in milliseconds.
Animation to use on enter
leave()
Animation$leave(animation = NULL, easing = NULL, delay = NULL, duration = NULL)
animation
Name of animation; lineWidthOut
,
zoomOut
, pathOut
, or fadeOut
.
easing
Name of easing function.
delay, duration
Delay and duration in milliseconds.
Animation to use on leave
appear()
Animation$appear( animation = NULL, easing = NULL, delay = NULL, duration = NULL )
animation
Name of animation; clipIn
,
zoomIn
, pathIn
, scaleInY
, scaleInX
, fanIn
,
or fadeIn
.
easing
Name of easing function.
delay, duration
Delay and duration in milliseconds.
Animation to use on appear
update()
Animation$update( animation = NULL, easing = NULL, delay = NULL, duration = NULL )
animation
Name of animation; fadeIn
, or fanIn
.
easing
Name of easing function.
delay, duration
Delay and duration in milliseconds.
Animation to use on appear
print()
Animation$print()
retrieve()
Animation$retrieve()
Retrieve the animation list
clone()
The objects of this class are cloneable with this method.
Animation$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.