Last active
December 12, 2015 03:38
-
-
Save benjamincharity/4707925 to your computer and use it in GitHub Desktop.
Humanistic CSS Transition
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
-webkit-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | |
-moz-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | |
-ms-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | |
-o-transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985); | |
transition: all 300ms cubic-bezier(0.26, 0.86, 0.44, 0.985); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment