Skip to content

Instantly share code, notes, and snippets.

@mygists
Created April 14, 2012 17:34
Show Gist options
  • Select an option

  • Save mygists/2386129 to your computer and use it in GitHub Desktop.

Select an option

Save mygists/2386129 to your computer and use it in GitHub Desktop.
CSS: Transition (.2s, linear, opacity)
-webkit-transition: .2s linear opacity;
-moz-transition: .2s linear opacity;
-o-transition: .2s linear opacity;
-ms-transition: .2s linear opacity;
transition: .2s linear opacity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment