ListViewAnimationProperties

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

These properties are only used on iOS. Not all properties apply to all methods. animationStyle does not apply to the scrollToItem method. positon 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

  • 3.1.0
  • 3.1.0
  • 3.1.0

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

Defined By

Properties

ListViewAnimationProperties
: Boolean
Whether this list change should be animated. ...

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

Default: true

ListViewAnimationProperties
: Number
Type of animation to use for cell insertions and deletions. ...

Type of animation to use for cell insertions and deletions.

This API can be assigned the following constants:

Default: If `animated` is `true` but no `animationStyle` is specified, the style defaults to [FADE](Titanium.UI.iOS.RowAnimationStyle.FADE).

ListViewAnimationProperties
: Number
Specifies what position to scroll the selected cell to. ...