slow down blink animation on mobile to 5s
This commit is contained in:
parent
3bc0b43b10
commit
56e8a096ee
1 changed files with 3 additions and 0 deletions
|
|
@ -197,6 +197,9 @@ body {
|
|||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.tetris-board > div {
|
||||
animation-duration: 0.5s, 5s !important;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dropIn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue