0.4.0
Changes
- Added Animator API for playing MovieClips via timeline labels.
// will play from "idle" to "idle_stop" or "idle_loop" frame labels
var timeline = PIXI.animate.Animator.play(instance, "idle", function() {
// animation finished
});
// will play from "idle" to "idle_stop" or "idle_loop" frame labels
var timeline = PIXI.animate.Animator.play(instance, "idle", function() {
// animation finished
});