decelerationRate property
getter/setter pair
A ScrollViewDecelerationRate value that determines the rate of deceleration after the user lifts their finger. The default value is ScrollViewDecelerationRate.NORMAL.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - UIScrollView.decelerationRate)
Implementation
ScrollViewDecelerationRate? decelerationRate;