Packagespark.transitions
Classpublic class ViewTransitionDirection
InheritanceViewTransitionDirection Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The ViewTransitionDirection class provides the constants used when hinting the direction of a view transition.



Public Constants
 ConstantDefined By
  AIR-only DOWN : String = down
[static] Transition animates downward.
ViewTransitionDirection
  AIR-only LEFT : String = left
[static] Transition animates to the left.
ViewTransitionDirection
  AIR-only RIGHT : String = right
[static] Transition animates to the right.
ViewTransitionDirection
  AIR-only UP : String = up
[static] Transition animates upward.
ViewTransitionDirection
Constant Detail
AIR-only DOWNConstant
public static const DOWN:String = down

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

Transition animates downward.

AIR-only LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

Transition animates to the left.

AIR-only RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

Transition animates to the right.

AIR-only UPConstant 
public static const UP:String = up

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

Transition animates upward.