Created
April 6, 2017 14:16
-
-
Save derekgates/abe26431e7b1125da0d97eb849fb81fc 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
@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