Skip to content

Titanium.UI.AnimatedWithDurationOptions

A JavaScript object holding animated and duration properties. Used on iOS For TableView and ListView content offset transitions.

Extends: AnimatedOptions

Properties #

animated#

extended

Type: 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.

duration#

Type: Number

The duration in milliseconds for animation

Titanium SDK Documentation