Created
October 15, 2014 15:45
-
-
Save nicebarbarian/01bfae14b98baf317254 to your computer and use it in GitHub Desktop.
framer.js: spring collection
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
exessiveSpring = "spring(200, 15, -3)" | |
gentleSpring = "spring(40, 5, 0)" | |
swingSpring = "spring(120, 15, 0)" | |
smoothSpring = "spring(100, 20, 0)" | |
superSlowSpring = "spring(30, 20, 0)" | |
slowSpring = "spring(100, 15, -3)" | |
snapSpring = "spring(200, 20, 0)" | |
tightSpring = "spring(300, 25, 0)" | |
straightSpring = "spring(500, 40, 0)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment