# AnimatedWithDurationOptions
A JavaScript object holding animated
and duration
properties. Used on iOS For Titanium.UI.TableView and Titanium.UI.ListView content offset transitions.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# animated
animated :Boolean
If true
, animate a transition for the method/value change.
Note that for most uses cases the default is assumed to be false
. The exceptions tend to be Titanium.UI.Window methods.
Default: false