Skip to content

0.4.0

Compare
Choose a tag to compare
@bigtimebuddy bigtimebuddy released this 06 May 23:52
· 152 commits to master since this release

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
});