Skip to content

Instantly share code, notes, and snippets.

@aalmiray
Created May 21, 2009 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aalmiray/115266 to your computer and use it in GitHub Desktop.
Save aalmiray/115266 to your computer and use it in GitHub Desktop.
button("Sample", id: "button",
mouseEntered: controller.play,
mouseExited: controller.playReverse) {
timeline(button, id: "timeline", duration: 2500) {
interpolatedProperty("foreground", from: Color.BLUE, to: Color.RED)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment