mobile blink starts dim then briefly bright
This commit is contained in:
parent
2fdb9ba7f6
commit
9a7323eb28
1 changed files with 10 additions and 10 deletions
|
|
@ -182,26 +182,26 @@ body {
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0%, 5% {
|
0%, 3% {
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
10%, 95% {
|
|
||||||
opacity: 0.15;
|
opacity: 0.15;
|
||||||
}
|
}
|
||||||
100% {
|
8%, 12% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
18%, 100% {
|
||||||
|
opacity: 0.15;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@-webkit-keyframes blink {
|
@-webkit-keyframes blink {
|
||||||
0%, 5% {
|
0%, 3% {
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
10%, 95% {
|
|
||||||
opacity: 0.15;
|
opacity: 0.15;
|
||||||
}
|
}
|
||||||
100% {
|
8%, 12% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
18%, 100% {
|
||||||
|
opacity: 0.15;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.tetris-board > div {
|
.tetris-board > div {
|
||||||
animation-duration: 0.5s, 8s !important;
|
animation-duration: 0.5s, 8s !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue