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) {
|
||||
@keyframes blink {
|
||||
0%, 5% {
|
||||
opacity: 1;
|
||||
}
|
||||
10%, 95% {
|
||||
0%, 3% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
100% {
|
||||
8%, 12% {
|
||||
opacity: 1;
|
||||
}
|
||||
18%, 100% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes blink {
|
||||
0%, 5% {
|
||||
opacity: 1;
|
||||
}
|
||||
10%, 95% {
|
||||
0%, 3% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
100% {
|
||||
8%, 12% {
|
||||
opacity: 1;
|
||||
}
|
||||
18%, 100% {
|
||||
opacity: 0.15;
|
||||
}
|
||||
}
|
||||
.tetris-board > div {
|
||||
animation-duration: 0.5s, 8s !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue