Timeline Slider Options Helper
sliderOptions(
start = NULL,
end = NULL,
position = NULL,
formatOutput = formatOutputFun(),
enablePlayback = NULL,
enableKeyboardControls = NULL,
steps = NULL,
duration = NULL,
waitToUpdateMap = NULL,
showTicks = NULL
)number that will be the starting value of the slider.
number that will be the ending value of the slider.
string that will be the position of the timeline. See
position options.
htmlwidgets::JS function that outputs the date as a string
in the timeline.
logical to show playback controls.
logical to allow playback to be controlled by
the keyboard.
number for how many steps in the timeline.
number for the minimum time in milliseconds of the length of playback.
logical to wait until user is finished before redrawing.
logical to show ticks on the slider.
list of options to customize the timeline slider