Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
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
[read-write]
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
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):void
duration:Number
[read-write]
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Determines the length of time for the Tween instance.
Implementation
public function get duration():Number
public function set duration(value:Number):void
easing:Function
[read-write]
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
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):void
public static const IN:uint = 0
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Constant for the direction
property that determines the type of easing.
public static const OUT:uint = 1
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9 |
Constant for the direction property that determines the type of easing.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Tue Mar 18 2008, 12:59 PM GMT-07:00