contentOffsetOption

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})
  • 1.8.1
  • 1.8.1

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

contentOffsetOption
animated : Boolean

Determines whether the scroll view's content area change is animated.

Determines whether the scroll view's content area change is animated.