Jump more often
This commit is contained in:
parent
29bd1097c6
commit
225879dd6b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
top: 50vh;
|
top: 50vh;
|
||||||
width: 30vw;
|
width: 30vw;
|
||||||
animation: moveleftright 3s infinite linear alternate,
|
animation: moveleftright 3s infinite linear alternate,
|
||||||
moveupdown 2s infinite ease-in-out alternate,
|
moveupdown 1.6s infinite ease-in-out alternate,
|
||||||
flip 2s infinite ease-in-out alternate;
|
flip 1.6s infinite ease-in-out alternate;
|
||||||
}
|
}
|
||||||
@keyframes moveleftright {
|
@keyframes moveleftright {
|
||||||
from {
|
from {
|
||||||
|
|
Loading…
Reference in a new issue