Skip to content

Instantly share code, notes, and snippets.

@cdl
Created October 30, 2013 01:25
Show Gist options
  • Save cdl/7225789 to your computer and use it in GitHub Desktop.
Save cdl/7225789 to your computer and use it in GitHub Desktop.
avatar = new ImageView({width:300,height:300,opacity:1});
avatar.image = "https://d2rfichhc2fb9n.cloudfront.net/image/5/YJhkLytYB8C2xa-XyIbsPKL69YZ7InMiOiJzMyIsImIiOiJhZG4tdXNlci1hc3NldHMiLCJrIjoiYXNzZXRzL3VzZXIvNmUvNzYvNjAvNmU3NjYwMDAwMDAwMDAwMC5qcGciLCJvIjoiIn0"
avatar.on("click", function() {
avatar.animate({
properties: {y:75},
curve:"spring(500,5,500)"
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment