Skip to content

Instantly share code, notes, and snippets.

@AGoblinKing
Created May 21, 2014 22:11
Show Gist options
  • Save AGoblinKing/cd27c5d464a8455e6285 to your computer and use it in GitHub Desktop.
Save AGoblinKing/cd27c5d464a8455e6285 to your computer and use it in GitHub Desktop.
var anim = this.getComponent(Txl.c.Animation);
anim.add("bebop", new Txl.easing.InOut({properties}));
anim.play("bebop", 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment