Skip to content

Instantly share code, notes, and snippets.

@medun
Created May 14, 2015 21:34
Show Gist options
  • Save medun/a8fd8bb6360d946c71d2 to your computer and use it in GitHub Desktop.
Save medun/a8fd8bb6360d946c71d2 to your computer and use it in GitHub Desktop.
fade out validation
<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