Skip to content

Instantly share code, notes, and snippets.

@alekcz
Last active February 7, 2017 22:23
Show Gist options
  • Save alekcz/42e9e15829a19c327b4587960b353526 to your computer and use it in GitHub Desktop.
Save alekcz/42e9e15829a19c327b4587960b353526 to your computer and use it in GitHub Desktop.
# The First Way
sketch.ContinueButton.onClick (event, layer) ->
sketch.BG.blur = 18
sketch.WelcomeMessage.animate
y: 100
opacity: 0
options:
time: 1
curve: "ease"
sketch.ProfilePicture.animate
y: 170
scale: 0.75
options:
time: 1
curve: "ease"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment