scrollSpeed of ui.menu, Properties Webix Docs

StartAPI Referenceui.menuProperties

the time during which the component is scrolled to the specified position (in milliseconds)

string scrollSpeed;

Example

webix.ui({
    view:"some",
    scrollSpeed:"100ms",
    ...
})

Default value:

"0ms"

The scrollSpeed property works only on touch devices.

Details

The property is used by the scrollTo method and sets the time during which the method scrolls the component to the specified position.

See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of javascript menu product.