refactor: shadow theme animation

This commit is contained in:
Ryan Harrington 2020-05-28 18:17:39 -06:00
parent 8aca6be7ea
commit 76de51562b
No known key found for this signature in database
GPG key ID: 258486E3329B076C

View file

@ -6,45 +6,15 @@
}
@keyframes shadow {
0%{
color: #eee;
}
20% {
color: #aaa;
}
40% {
color: #888;
}
60% {
color: #444;
}
80% {
color: #222;
}
100% {
to {
color: #000;
}
}
@keyframes shadow-repeat {
0%{
color: #eee;
}
20% {
color: #aaa;
}
30% {
color: #444;
}
50% {
color: #000;
}
70% {
color: #444;
}
80% {
color: #aaa;
}
100% {
color: #eee;
}