Skip to content

Titanium.UI.TableViewAnimationProperties

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

Not all properties apply to all methods.

animationStyle does not apply to the scrollToTop or scrollToIndex methods.

positon only applies to the scrollToIndex method.

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

Properties #

animated#

Type: Boolean

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

animationStyle#

Type: Number

Type of animation to use for row insertions and deletions.

position#

Type: Number

Specifies what position to scroll the selected row to.

Titanium SDK Documentation