Carousel ScrollSpeed

The default setting for scrollSpeed in the Carousel component is missing the ‘ms’. Without it, it displays the panel immediately. Add the ‘ms’ and it will slide to the panel.

To correct, at line: 9715, the default is:

scrollSpeed:“100”

Change to:

scrollSpeed:“100ms”

will then slide the panel.

Note: At line 9770, if the scrollSpeed is not definded, the default is “100ms”. So scrollSpeed does not need to be set in the defaults.

Thanks,
Kris

Hello Kris,

thank you! We will necessary correct this property.