mirror of
https://github.com/G2-Games/fun-logos.git
synced 2025-04-19 05:12:54 -05:00
Added better animation for !
This commit is contained in:
parent
e6dc438fd4
commit
4ad0867478
1 changed files with 9 additions and 3 deletions
|
@ -35,11 +35,14 @@
|
|||
animation: 1.8s alternate infinite ease-in-out bounce;
|
||||
}
|
||||
#g20-0-3 {
|
||||
animation: 2s alternate infinite cubic-bezier(.45,.05,.55,.95) float;
|
||||
animation: 2s normal infinite cubic-bezier(.45,.05,.55,.95) float;
|
||||
transform-box: fill-box;
|
||||
transform-origin: 110px 158px;
|
||||
transform: translate(95px, 145px);
|
||||
rotate: 199deg;
|
||||
}
|
||||
#g11-9-3 {
|
||||
|
||||
}
|
||||
@keyframes bounce {
|
||||
0% { scale: 1 1; rotate: 3deg; }
|
||||
|
@ -48,7 +51,10 @@
|
|||
}
|
||||
@keyframes float {
|
||||
0% { scale: 1 1; }
|
||||
50% { scale: 1.15 1.15; }
|
||||
50% { scale: 1.1 1.1; }
|
||||
70% { scale: 1.1 1.3; }
|
||||
80% { scale: 1.2 1.2; }
|
||||
90% { 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