Skip to content

Instantly share code, notes, and snippets.

@yuval-a
Created May 25, 2015 19:05
Show Gist options
  • Save yuval-a/84ec7bfb3221a082d226 to your computer and use it in GitHub Desktop.
Save yuval-a/84ec7bfb3221a082d226 to your computer and use it in GitHub Desktop.
transitions with vendor prefix
-webkit-transition: prop 0.2s ease;
-moz-transition: prop 0.2s ease;
-o-transition: prop 0.2s ease;
transition: prop 0.2s ease;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment