Optional parameter for setContentOffset method.
On iOS, the optional parameter animated
to enable the animation while the scrollable region
scrolls. For example
setContentOffset({x:50,y:100}, {animated:true})
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Determines whether the scroll view's content area change is animated.
Determines whether the scroll view's content area change is animated.