Package | feathers.motion |
Class | public class Move |
Inheritance | Move Object |
Product Version : | Feathers 3.5.0 |
x
and y
position.
See also
Method | Defined By | ||
---|---|---|---|
createMoveByEffect(xBy:Number, yBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its position from its current location to a new
location calculated by an offset. | Move | ||
createMoveEffect(duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that animates
its x and y position when they are changed. | Move | ||
createMoveFromEffect(fromX:Number, fromY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its position from a specific location to its
current location. | Move | ||
createMoveToEffect(toX:Number, toY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its position from its current location to a new
location. | Move | ||
createMoveXByEffect(xBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its x position from its current location to
a new location calculated by an offset. | Move | ||
createMoveXFromEffect(fromX:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its x position from a specific location to
its current location. | Move | ||
createMoveXToEffect(toX:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its x position from its current location to
a new location. | Move | ||
createMoveYByEffect(yBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its y position from its current location to
a new location calculated by an offset. | Move | ||
createMoveYFromEffect(fromY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its y position from a specific location to
its current location. | Move | ||
createMoveYToEffect(toY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function [static]
Creates an effect function for the target component that
animates its y position from its current location to
a new location. | Move |
createMoveByEffect | () | method |
public static function createMoveByEffect(xBy:Number, yBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its position from its current location to a new location calculated by an offset.
Parameters
xBy:Number | |
yBy:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
See also
createMoveEffect | () | method |
public static function createMoveEffect(duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates
its x and y position when they are changed. Must be used with
the moveEffect
property.
Parameters
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
See also
createMoveFromEffect | () | method |
public static function createMoveFromEffect(fromX:Number, fromY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its position from a specific location to its current location.
Parameters
fromX:Number | |
fromY:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
See also
createMoveToEffect | () | method |
public static function createMoveToEffect(toX:Number, toY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its position from its current location to a new location.
Parameters
toX:Number | |
toY:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
See also
createMoveXByEffect | () | method |
public static function createMoveXByEffect(xBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its x position from its current location to a new location calculated by an offset.
Parameters
xBy:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
createMoveXFromEffect | () | method |
public static function createMoveXFromEffect(fromX:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its x position from a specific location to its current location.
Parameters
fromX:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
createMoveXToEffect | () | method |
public static function createMoveXToEffect(toX:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its x position from its current location to a new location.
Parameters
toX:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
createMoveYByEffect | () | method |
public static function createMoveYByEffect(yBy:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its y position from its current location to a new location calculated by an offset.
Parameters
yBy:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
createMoveYFromEffect | () | method |
public static function createMoveYFromEffect(fromY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its y position from a specific location to its current location.
Parameters
fromY:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |
createMoveYToEffect | () | method |
public static function createMoveYToEffect(toY:Number, duration:Number = 0.5, ease:Object, interruptBehavior:String):Function
Product Version : | Feathers 3.5.0 |
Creates an effect function for the target component that animates its y position from its current location to a new location.
Parameters
toY:Number | |
duration:Number (default = 0.5 )
| |
ease:Object (default = NaN )
| |
interruptBehavior:String (default = NaN )
|
Function |