Packageorg.apache.flex.states
Classpublic class Transition
InheritanceTransition Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The Transition class holds information describing what to do when changing from one state to another.

Default MXML Propertyeffects



Public Properties
 PropertyDefined By
  effects : Array
The list of effects to play
Transition
  fromState : String
The state or states from which the view is leaving.
Transition
  toState : String
The state or states to which the view is going.
Transition
Public Methods
 MethodDefined By
  
constructor.
Transition
Property Detail
effectsproperty
public var effects:Array

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The list of effects to play

fromStateproperty 
public var fromState:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The state or states from which the view is leaving.

toStateproperty 
public var toState:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The state or states to which the view is going.

Constructor Detail
Transition()Constructor
public function Transition()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.