Created
May 14, 2015 21:34
-
-
Save medun/a8fd8bb6360d946c71d2 to your computer and use it in GitHub Desktop.
fade out validation
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> | |
<head> | |
#fade { | |
transition: all 2s ease-in-out; | |
} | |
</head> | |
<body> | |
<div id=fade>Looks good!</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment