| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
The Transition class is the base class for all transition classes. You do not use or access this class directly. It allows transition-based classes to share some common behaviors and properties that are accessed by an instance of the TransitionManager class.
direction:Number| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
Determines the easing direction for the Tween instance. Use one of the constants from
the Transition class: Transition.IN or Transition.OUT.
Implementation public function get direction():Number public function set direction(value:Number):voidduration:Number| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
Determines the length of time for the Tween instance.
Implementation public function get duration():Number public function set duration(value:Number):voideasing:Function| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
Sets the tweening effect for the animation. Use one of the effects in the fl.transitions or
fl.transitions.easing packages.
Implementation public function get easing():Function public function set easing(value:Function):voidpublic static const IN:uint = 0| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
Constant for the direction property that determines the type of easing.
public static const OUT:uint = 1| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9, AIR 1.0 |
Constant for the direction property that determines the type of easing.
© 2009 Adobe Systems Incorporated. All rights reserved.
Wed May 6 2009, 01:04 AM -07:00