Skip to content

Instantly share code, notes, and snippets.

@kwiss
Created July 7, 2015 20:11
Show Gist options
  • Save kwiss/41c65f9c0f4f6d87808a to your computer and use it in GitHub Desktop.
Save kwiss/41c65f9c0f4f6d87808a to your computer and use it in GitHub Desktop.
transition
-webkit-transition: -webkit-transform .54s cubic-bezier(0.5,0,.1,1) 0s;
-moz-transition: -moz-transform .54s cubic-bezier(0.5,0,.1,1) 0s;
-o-transition: -o-transform .54s cubic-bezier(0.5,0,.1,1) 0s;
transition: transform .54s cubic-bezier(0.5,0,.1,1) 0s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment