Constructor

new(current:Animation, target:Animation, duration:Float)

Variables

Methods

Inherited Variables

Defined by Transition

Defined by Animation

read onlyevents:Array<Array<String>>

read onlyframe:Float

read onlyframeCount:Int

loop:Bool

name:String

onAnimEnd:() ‑> Void

onEvent:String ‑> Void

pause:Bool

read onlysampling:Float

speed:Float

Inherited Methods

Defined by Transition

Defined by Animation

addEvent(frame:Int, data:String):Void

getDuration():Float

getEventTime(id:String):Null<Float>

getEvents():Array<Array<String>>

getPropValue(objectName:String, propName:String):Null<Float>

Returns the current value of animation property for the given object, or null if not found.

setEvents(el:Iterable<{frame:Int, data:String}>):Void

Register a callback function that will be called once when a frame is reached.

toString():String