the time during which the component is scrolled to the specified position (in milliseconds)
webix.ui({
view:"some",
scrollSpeed:"100ms",
...
})
The property is used by the scrollTo method and sets the time during which the method scrolls the component to the specified position.
The default value is 0ms.
Back to top