Last active
June 9, 2017 20:23
-
-
Save DevEarley/c20a1b392a9023b7096fb43223da8efb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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