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 static const DOWN:String = down
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Transition animates downward.
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.
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.
public static const UP:String = up
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | AIR 2.5 |
Transition animates upward.
Wed Nov 15 2017, 09:50 AM +01:00