Skip to content

Titanium.UI.ListViewAnimationProperties

A simple object for specifying the animation properties to use when inserting or deleting sections or cells, or scrolling the list.

Not all properties apply to all methods. animationStyle does not apply to the scrollToItem method. position only applies to the scrollToItem method. Since Release 3.3.0 of the Titanium SDK, Android supports the animated property and is applicable only to scrollToItem

Since: 10.1.0, 3.1.0, 3.1.0, 9.2.0 · Platforms: iphone, ipad, android, macos

Properties #

animated#

Type: Boolean

Whether this list change should be animated. Ignored if any animationStyle value is specified.

animationStyle#

Type: Number

Type of animation to use for cell insertions and deletions.

position#

Type: Number

Specifies what position to scroll the selected cell to.

Titanium SDK Documentation