Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Last active December 12, 2015 03:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjamincharity/4707925 to your computer and use it in GitHub Desktop.
Save benjamincharity/4707925 to your computer and use it in GitHub Desktop.
Humanistic CSS Transition
-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