mirror of
https://github.com/G2-Games/fun-logos.git
synced 2025-04-19 13:22:53 -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;
|
animation: 1.8s alternate infinite ease-in-out bounce;
|
||||||
}
|
}
|
||||||
#g20-0-3 {
|
#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-box: fill-box;
|
||||||
transform-origin: 110px 158px;
|
transform-origin: 110px 158px;
|
||||||
transform: translate(95px, 145px);
|
transform: translate(95px, 145px);
|
||||||
rotate: 199deg;
|
rotate: 199deg;
|
||||||
|
}
|
||||||
|
#g11-9-3 {
|
||||||
|
|
||||||
}
|
}
|
||||||
@keyframes bounce {
|
@keyframes bounce {
|
||||||
0% { scale: 1 1; rotate: 3deg; }
|
0% { scale: 1 1; rotate: 3deg; }
|
||||||
|
@ -48,8 +51,11 @@
|
||||||
}
|
}
|
||||||
@keyframes float {
|
@keyframes float {
|
||||||
0% { scale: 1 1; }
|
0% { scale: 1 1; }
|
||||||
50% { scale: 1.15 1.15; }
|
50% { scale: 1.1 1.1; }
|
||||||
100% { scale: 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>
|
</style>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Loading…
Reference in a new issue