the speed of scrolling
webix.ui({
view:"carousel",
id:"carousel1",
container:"box",
scrollSpeed:"500ms",
cols:[
{ id:"cell1", template:"<img src='spring.jpg'/>" },
{ id:"cell2", template:"<img src='summer.jpg'/>" }
]
});
The scrollSpeed property works only on touch devices.