Scroll-wheel-smooth
From Frontal Wiki
Contents |
Purpose
This style specifies whether scrolling via the mouse wheel is smoothed or not.
Value
Either "true" or "false." The default value is "false".
scroll-wheel-smooth: true;
This style is cascading.
Remarks
When scrolling to a new position, a tween is used as specified by the styles scroll-scale-tween-duration, scroll-tween-duration, scroll-tween-ease and scroll-tween-use-secs. Use this style to determine if scrolling via the mouse wheel uses this tween (true) or immediately jumps to the new position (false).
See Scrollbars and Scrolling a text Tag for more details and examples.
Example
| This page is incomplete |
Can Be Applied To
This style can be applied to any visual element: