changement animation

This commit is contained in:
ethylotest
2021-03-17 11:51:50 +01:00
parent 4a85d4f614
commit 96dd68d96e

View File

@@ -111,18 +111,18 @@ body main {
} }
@keyframes position { @keyframes position {
0% {transform: translate( 0%, 0%);} 0% {transform: translate( 0%, 0%);}
20% {transform: translate( 2%, -2%);} 20% {transform: translate( 1%, -1%);}
30% {transform: translate(-2%, 0%);} 30% {transform: translate(-1%, 0%);}
40% {transform: translate( 2%, -2%);} 40% {transform: translate( 1%, -1%);}
50% {transform: translate( 0%, 2%);} 50% {transform: translate( 0%, 1%);}
60% {transform: translate( 2%, -2%);} 60% {transform: translate( 1%, -1%);}
70% {transform: translate( 0%, 0%);} 70% {transform: translate( 0%, 0%);}
80% {transform: translate(-2%, -2%);} 80% {transform: translate(-1%, -1%);}
90% {transform: translate( 2%, -2%);} 90% {transform: translate( 1%, -1%);}
100% {transform: translate( 0%, 0%);} 100% {transform: translate( 0%, 0%);}
} }
.logo_bubbles .circle { .logo_bubbles .circle {
animation-duration: 4s; animation-duration: 8s;
animation-delay: 0s; animation-delay: 0s;
animation-timing-function: linear; animation-timing-function: linear;
animation-iteration-count: infinite; animation-iteration-count: infinite;