# TableViewAnimationProperties

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

Availability
10.1.0
3.1.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Overview

Not all properties apply to all methods.

animationStyle does not apply to the scrollToTop or scrollToIndex methods.

positon only applies to the scrollToIndex method.

# Properties

# animated

Availability
10.1.0
3.1.0
9.2.0
animated :Boolean

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

Default: true


# animationStyle

Availability
10.1.0
3.1.0
9.2.0
animationStyle :Number

Type of animation to use for row insertions and deletions.

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


# position

Availability
10.1.0
3.1.0
9.2.0
position :Number

Specifies what position to scroll the selected row to.

Default: Titanium.UI.TableViewScrollPosition.NONE