antpathOptions {leaflet.extras2} | R Documentation |
Antpath Options
Description
Additional list of options for 'ant-path' animated polylines.
Usage
antpathOptions(
delay = 400,
paused = FALSE,
reverse = FALSE,
hardwareAccelerated = FALSE,
dashArray = c(10, 20),
pulseColor = "#ffffff",
lineCap = NULL,
lineJoin = NULL,
interactive = TRUE,
pointerEvents = NULL,
className = ""
)
Arguments
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 |
Value
A list of options for addAntpath
animated polylines
See Also
Other Antpath Functions:
addAntpath()
,
clearAntpath()
,
removeAntpath()