# AnimatedOptions

A JavaScript object holding an animated property. Used for many UI methods as a means of specifying some transition should be animated.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# animated

Availability
0.8
0.8
9.2.0
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