mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
refactor: shadow theme animation
This commit is contained in:
parent
8aca6be7ea
commit
76de51562b
1 changed files with 1 additions and 31 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue