From 2ca384ef8db2fdc74c26cbb94f601f49f6518032 Mon Sep 17 00:00:00 2001
From: Website Deployment Script "normal" and "fast" which match the underlying iOS settings
for UIScrollViewDecelerationRateNormal and
UIScrollViewDecelerationRateFast respectively.
'normal': 0.998 (the default)'fast': 0.99When true, the ScrollView will try to lock to only vertical or horizontal -scrolling while dragging. The default value is false.
The style of the scroll indicators.
'default' (the default), same as black.'black', scroll indicator is black. This style is good against a light background.'white', scroll indicator is white. This style is good against a dark background.The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
Called when a scrolling animation ends.
This controls how often the scroll event will be fired while scrolling +scrolling while dragging. The default value is false.
The style of the scroll indicators.
'default' (the default), same as black.'black', scroll indicator is black. This style is good against a light background.'white', scroll indicator is white. This style is good against a dark background.The maximum allowed zoom scale. The default value is 1.0.
The minimum allowed zoom scale. The default value is 1.0.
This controls how often the scroll event will be fired while scrolling (as a time interval in ms). A lower number yields better accuracy for code that is tracking the scroll position, but can lead to scroll performance problems due to the volume of information being send over the bridge.