Created
October 30, 2013 01:25
-
-
Save cdl/7225789 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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