mobile blink mostly dim with brief flash
This commit is contained in:
parent
09244360ab
commit
2fdb9ba7f6
1 changed files with 12 additions and 6 deletions
|
|
@ -182,19 +182,25 @@ body {
|
|||
|
||||
@media (max-width: 500px) {
|
||||
@keyframes blink {
|
||||
0%, 100% {
|
||||
0%, 5% {
|
||||
opacity: 1;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
10%, 95% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes blink {
|
||||
0%, 100% {
|
||||
0%, 5% {
|
||||
opacity: 1;
|
||||
}
|
||||
50% {
|
||||
opacity: 0;
|
||||
10%, 95% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.tetris-board > div {
|
||||
|
|
|
|||
Loading…
Reference in a new issue