Skip to content

Instantly share code, notes, and snippets.

@andrewward2001
Created September 11, 2017 21:35
Show Gist options
  • Select an option

  • Save andrewward2001/78656e3d2420767d01ae20e39b503c3c to your computer and use it in GitHub Desktop.

Select an option

Save andrewward2001/78656e3d2420767d01ae20e39b503c3c to your computer and use it in GitHub Desktop.
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