Skip to content

Instantly share code, notes, and snippets.

@richtaur
Created May 4, 2012 17:58
Show Gist options
  • Save richtaur/2596587 to your computer and use it in GitHub Desktop.
Save richtaur/2596587 to your computer and use it in GitHub Desktop.
this.getChildByTag("button", function (view) {
view.opacity = 0;
view.tween({
opacity: 1
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment