R/setTransitionSpeed.R
setTransitionSpeed.Rd
Sets transition speeds across the chart (set to 0 to suppress)
setTransitionSpeed(myIO, speed)
an htmlwidget object created by the myIO() function
a number indicating the speed of transition in milliseconds
A modified myIO htmlwidget object with updated transition speed.
myIO
setTransition to also configure easing and stagger.
setTransition
# Set transition speed to 500ms myIO() |> setTransitionSpeed(speed = 500) # Disable transitions myIO() |> setTransitionSpeed(speed = 0)