Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 28, 2018 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charisTheo/36eb597306c6e095e6b1e92d375725ca to your computer and use it in GitHub Desktop.
Save charisTheo/36eb597306c6e095e6b1e92d375725ca to your computer and use it in GitHub Desktop.
Browser support for transition CSS property
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment