Properties
optional public axis?: string
Vertical or horizontal scroller? 'x' or 'y'. (default: 'x')
optional public invertscroll?: boolean
Enable mobile invert style scrolling. (default: false)
optional public lockscroll?: boolean
Return scrollwheel event to browser if there is no more content. (default: true)
optional public scroll?: boolean
Enable or disable the mousewheel. (default: true)
optional public size?: any
Set the size of the scrollbar to auto or a fixed number. (default: 'auto')
optional public sizethumb?: any
Set the size of the thumb to auto or a fixed number. (default: 'auto')
optional public wheel?: number
How many pixels must the mouswheel scrolls at a time. (default: 40)