TableViewAnimationProperties

A simple object for specifying the animation properties to use when inserting or deleting rows, or scrolling the table.

These properties are only used on iOS. Not all properties apply to all methods.

animationStyle does not apply to the scrollToTop or scrollToIndex methods.

positon only applies to the scrollToIndex method.

  • 0.8
  • 0.8
  • 0.8

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

Defined By

Properties

TableViewAnimationProperties
: Boolean
Whether this table change should be animated. ...

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

Default: true

TableViewAnimationProperties
: Number
Type of animation to use for row insertions and deletions. ...

Type of animation to use for row 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).

TableViewAnimationProperties
: Number
Specifies what position to scroll the selected row to. ...