Skip to content

Commit 76de515

Browse files
author
Ryan Harrington
committed
refactor: shadow theme animation
1 parent 8aca6be commit 76de515

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

public/themes/shadow.css

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,15 @@
66
}
77

88
@keyframes shadow {
9-
0%{
10-
color: #eee;
11-
}
12-
20% {
13-
color: #aaa;
14-
}
15-
40% {
16-
color: #888;
17-
}
18-
60% {
19-
color: #444;
20-
}
21-
80% {
22-
color: #222;
23-
}
24-
100% {
9+
to {
2510
color: #000;
2611
}
2712
}
2813

2914
@keyframes shadow-repeat {
30-
0%{
31-
color: #eee;
32-
}
33-
20% {
34-
color: #aaa;
35-
}
36-
30% {
37-
color: #444;
38-
}
3915
50% {
4016
color: #000;
4117
}
42-
70% {
43-
color: #444;
44-
}
45-
80% {
46-
color: #aaa;
47-
}
4818
100% {
4919
color: #eee;
5020
}

0 commit comments

Comments
 (0)