The following tables list the members exposed by ScrollSettingsWrapper.
Name | Description | |
---|---|---|
ScrollSettingsWrapper Constructor |
Name | Description | |
---|---|---|
InertiaDuration | Sets gets the modifier for how long the inertia last on mobile devices. | |
InertiaStep | Sets gets the modifier for how much the inertia scrolls on mobile devices. | |
ScrollLeft | Sets gets current horizontal position. | |
ScrollTop | Sets gets current vertical position. | |
Smoothing | Sets gets if smoother scrolling with small intertia should be used when using mouse wheel. | |
SmoothingDuration | Sets or gets the modifier for how long the scroll ‘animation’ lasts when using the mouse wheel once. This is used only for the smooth scrolling behavior. | |
SmoothingStep | Sets or gets the modifier for how many pixels will be scrolled when using the mouse wheel once. This is used only for the smooth scrolling behavior. | |
WheelStep | Sets gets the step of the default scrolling behavior when using mouse wheel. |
View on GitHub