Last active
March 26, 2017 16:41
-
-
Save reejosamuel/04dd8abcaee69915f45d39a31b44359a to your computer and use it in GitHub Desktop.
Pop animatable properties
This file contains hidden or 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
item.repeatForever = true | |
item.springSpeed = 5 | |
item.springBounciness = 2 | |
item.dynamicsFriction = 0 | |
item.dynamicsMass = 1 | |
item.dynamicsTension = 40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment