Skip to content

Instantly share code, notes, and snippets.

@fiximportant
Last active February 21, 2018 07:46
Show Gist options
  • Save fiximportant/d5ac92faf6999be750dfcab915e186ca to your computer and use it in GitHub Desktop.
Save fiximportant/d5ac92faf6999be750dfcab915e186ca to your computer and use it in GitHub Desktop.
Transition - CrossBrowser
-webkit-transition-property: top;
transition-property: top;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment