Skip to content

Instantly share code, notes, and snippets.

@asvny
Forked from nicebarbarian/spring-collection
Last active September 10, 2015 08:04
Show Gist options
  • Save asvny/2ece1f515b295d6191dc to your computer and use it in GitHub Desktop.
Save asvny/2ece1f515b295d6191dc 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