Skip to content

Instantly share code, notes, and snippets.

@stanch
Last active December 24, 2015 05:49
Show Gist options
  • Save stanch/6752803 to your computer and use it in GitHub Desktop.
Save stanch/6752803 to your computer and use it in GitHub Desktop.
myTextView ~>
text("Voilà") ~@>
fadeIn(400) ~@>
delay(500) ~>
text("Bye!") ~@>
fadeOut(400) ~>
text("Nobody will see this text")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment