Package | com.panosalado.utils |
Class | public class Animation |
Inheritance | Animation ![]() |
Property | Defined by | ||
---|---|---|---|
deltaTime : int | Animation | ||
deltaValue : Vector | Animation | ||
property : Vector | Animation | ||
startValue : Vector | Animation | ||
target : * | Animation | ||
time : Number | Animation | ||
tween : Function | Animation |
Method | Defined by | ||
---|---|---|---|
Animation(target:*, property:Vector, end:Vector, time:Number, tween:Function)
| Animation | ||
pause():void
| Animation | ||
play():void
| Animation | ||
stop():void
| Animation | ||
toString():String
| Animation |
deltaTime | property |
public var deltaTime:int
deltaValue | property |
public var deltaValue:Vector
property | property |
public var property:Vector
startValue | property |
public var startValue:Vector
target | property |
public var target:*
time | property |
public var time:Number
tween | property |
public var tween:Function
Animation | () | constructor |
public function Animation(target:*, property:Vector, end:Vector, time:Number, tween:Function)
Parameters
target:* |
|
property:Vector |
|
end:Vector |
|
time:Number |
|
tween:Function |
pause | () | method |
public function pause():void
play | () | method |
public function play():void
stop | () | method |
public function stop():void
toString | () | method |
public override function toString():String
Returns
String |