Created
September 11, 2017 21:35
-
-
Save andrewward2001/78656e3d2420767d01ae20e39b503c3c 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
| html { | |
| animation: fadein 1s ease; | |
| } | |
| @keyframes fadein { | |
| from { opacity: 0; } | |
| to { opacity: 1; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment