Skip to content

Instantly share code, notes, and snippets.

@eklimcz-zz
Created February 17, 2014 07:46
Show Gist options
  • Save eklimcz-zz/9046438 to your computer and use it in GitHub Desktop.
Save eklimcz-zz/9046438 to your computer and use it in GitHub Desktop.
CSS Transition
-moz-transition:all .15s ease-out;
-o-transition:all .15s ease-out;
-webkit-transition:all .15s ease-out;
transition:all .15s ease-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment