mirror of
https://github.com/G2-Games/fun-logos.git
synced 2025-04-19 13:22:53 -05:00
Tweaked bounce on !
This commit is contained in:
parent
4ad0867478
commit
2eaa1ac052
1 changed files with 5 additions and 4 deletions
|
@ -51,10 +51,11 @@
|
||||||
}
|
}
|
||||||
@keyframes float {
|
@keyframes float {
|
||||||
0% { scale: 1 1; }
|
0% { scale: 1 1; }
|
||||||
50% { scale: 1.1 1.1; }
|
50% { scale: 1 1; }
|
||||||
70% { scale: 1.1 1.3; }
|
70% { scale: 1.1 1.1; }
|
||||||
80% { scale: 1.2 1.2; }
|
75% { scale: 1.1 1.3; }
|
||||||
90% { scale: 1.3 1.3; }
|
80% { scale: 1.3 1.2; }
|
||||||
|
85% { scale: 1.3 1.3; }
|
||||||
100% { scale: 1 1; }
|
100% { scale: 1 1; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Loading…
Reference in a new issue