Skip to content

Instantly share code, notes, and snippets.

@derekgates
Created April 6, 2017 14:16
Show Gist options
  • Save derekgates/abe26431e7b1125da0d97eb849fb81fc to your computer and use it in GitHub Desktop.
Save derekgates/abe26431e7b1125da0d97eb849fb81fc to your computer and use it in GitHub Desktop.
@keyframes yellowfade {
from { background: yellow; }
to { background: transparent; }
}
.new-item {
animation-name: yellowfade;
animation-duration: 1.5s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment