Antpath Options
Additional list of options for 'ant-path' animated polylines.
antpathOptions( delay = 400, paused = FALSE, reverse = FALSE, hardwareAccelerated = FALSE, dashArray = c(10, 20), pulseColor = "#ffffff", lineCap = NULL, lineJoin = NULL, interactive = TRUE, pointerEvents = NULL, className = "" )
delay |
Add a delay to the animation flux. Default is |
paused |
Should the animation be paused. Default is |
reverse |
Defines if the flow follows the path order or not. Default is
|
hardwareAccelerated |
Makes the animation run with hardware
acceleration. Default is |
dashArray |
The size of the animated dashes. Default is |
pulseColor |
Adds a color to the dashed flux. Default is |
lineCap |
a string that defines shape to be used at the end of the stroke |
lineJoin |
a string that defines shape to be used at the corners of the stroke |
interactive |
whether the element emits mouse events |
pointerEvents |
sets the |
className |
a CSS class name set on an element |
A list of options for addAntpath
animated polylines
Other Antpath Functions:
addAntpath()
,
clearAntpath()
,
removeAntpath()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.