Sets the speed (in pixels/second) that should be exceeded to advance the carousel.
When a swipe's average speed (calculated at the end of a swipe) is greater than this speed, the carousel will advance one scroll in the appropriate direction.
This can be used alongside
swipeThreshold, where meeting the condition for either setting will allow the carousel to advance.
Note that this should be lowered significantly for mobile devices, as the pixel size is much smaller.
The carousels on this page have an extra setting edited for demonstration:
The upper carousel has been given a
swipeSpeedThreshold value of
1200, and the lower is set to
100.