enableSmoothScrolling property
getter/setter pair
Sets whether smooth scrolling is enabled. When enabled, scrolling animations are smooth instead of jumping instantly.
The default value is true.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - WebKitSettings.enable-smooth-scrolling)
Implementation
bool? enableSmoothScrolling;