Skip to content

Instantly share code, notes, and snippets.

@nicebarbarian
Created October 15, 2014 15:45
Show Gist options
  • Save nicebarbarian/01bfae14b98baf317254 to your computer and use it in GitHub Desktop.
Save nicebarbarian/01bfae14b98baf317254 to your computer and use it in GitHub Desktop.
framer.js: spring collection
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