
Last chance! 50% off unlimited learning
Sale ends in
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 = ""
)
Add a delay to the animation flux. Default is 400
Should the animation be paused. Default is FALSE
Defines if the flow follows the path order or not. Default is
FALSE
Makes the animation run with hardware
acceleration. Default is FALSE
The size of the animated dashes. Default is c(10, 20)
Adds a color to the dashed flux. Default is #ffffff
a string that defines shape to be used at the end of the stroke
a string that defines shape to be used at the corners of the stroke
whether the element emits mouse events
sets the pointer-events
attribute on the path if
SVG backend is used
a CSS class name set on an element
A list of options for addAntpath
animated polylines
Other Antpath Functions:
addAntpath()
,
clearAntpath()
,
removeAntpath()