mirror of
https://github.com/G2-Games/fun-logos.git
synced 2025-04-19 05:12:54 -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 {
|
||||
0% { scale: 1 1; }
|
||||
50% { scale: 1.1 1.1; }
|
||||
70% { scale: 1.1 1.3; }
|
||||
80% { scale: 1.2 1.2; }
|
||||
90% { scale: 1.3 1.3; }
|
||||
50% { scale: 1 1; }
|
||||
70% { scale: 1.1 1.1; }
|
||||
75% { scale: 1.1 1.3; }
|
||||
80% { scale: 1.3 1.2; }
|
||||
85% { scale: 1.3 1.3; }
|
||||
100% { scale: 1 1; }
|
||||
}
|
||||
</style>
|
||||
|
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Loading…
Reference in a new issue