# closeWindowParams

Dictionary of options for the close method.

Availability
3.2.0
3.2.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.

# Properties

# activityEnterAnimation

Availability
3.2.0
activityEnterAnimation :Number

Animation resource to use for the incoming activity.

This value will be ignored if animated is set to false. See "Window Transitions in Android" in the main description of Titanium.UI.Window for more information.


# activityExitAnimation

Availability
3.2.0
activityExitAnimation :Number

Animation resource to use for the outgoing activity.

This value will be ignored if animated is set to false. See "Window Transitions in Android" in the main description of Titanium.UI.Window for more information.


# animated

Availability
3.2.0
3.2.0
9.2.0
animated :Boolean

Determines whether to use an animated effect when the window is closed. Defaults to true on Android, false on iOS.

This property supports animated transitions on windows except for modal windows (modal:true). The transitions are on by default, but you can disable this behavior by setting this value to false.


# animationDuration

Availability
3.2.0
9.2.0
animationDuration :Number

duration of the animation in milliseconds

Default: 1000