Proxy-only companion to add_slider_control(). Moves the slider
to a specific value, starts or stops playback, or adjusts playback
speed without recreating the control.
Arguments
- proxy
A proxy object from
mapboxgl_proxy()ormaplibre_proxy().- value
Numeric; one of the values the slider was created with. The slider snaps to the closest value if an exact match is not found.
- playing
Logical;
TRUEstarts playback,FALSEstops.- animation_duration
Milliseconds per step when playing.
