Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Last active June 9, 2017 20:23
Show Gist options
  • Save DevEarley/c20a1b392a9023b7096fb43223da8efb to your computer and use it in GitHub Desktop.
Save DevEarley/c20a1b392a9023b7096fb43223da8efb to your computer and use it in GitHub Desktop.
.animate {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.animate-opacity {
-webkit-transition: opacity 0.1s ease-out;
-moz-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment