enleve l'ancienne animation
This commit is contained in:
@@ -93,43 +93,16 @@ body main {
|
|||||||
|
|
||||||
/*------------------------------------------*/
|
/*------------------------------------------*/
|
||||||
/*THE ANIMATION*/
|
/*THE ANIMATION*/
|
||||||
@keyframes position {
|
|
||||||
0% {transform: translate( 0%, 0%);}
|
|
||||||
5% {transform: translate( 0.5%, -0.5%);}
|
|
||||||
10% {transform: translate( 1%, 0%);}
|
|
||||||
15% {transform: translate( 0.5%, -0.5%);}
|
|
||||||
20% {transform: translate( 0%, -1%);}
|
|
||||||
25% {transform: translate(-0.5%, -0.5%);}
|
|
||||||
30% {transform: translate( -1%, 0%);}
|
|
||||||
35% {transform: translate(-0.5%, -0.5%);}
|
|
||||||
40% {transform: translate( 0%, -1%);}
|
|
||||||
45% {transform: translate(-0.5%, -0.5%);}
|
|
||||||
50% {transform: translate( -1%, 0%);}
|
|
||||||
55% {transform: translate(-0.5%, 0.5%);}
|
|
||||||
60% {transform: translate( 0%, 1%);}
|
|
||||||
65% {transform: translate( 0.5%, 0.5%);}
|
|
||||||
70% {transform: translate( 1%, 1%);}
|
|
||||||
75% {transform: translate( 0.5%, 0.5%);}
|
|
||||||
80% {transform: translate( 1%, 0%);}
|
|
||||||
85% {transform: translate( 0.5%, -0.5%);}
|
|
||||||
90% {transform: translate( 0%, -1%);}
|
|
||||||
95% {transform: translate(-0.5%, -0.5%);}
|
|
||||||
100% {transform: translate( -1%, 0%);}
|
|
||||||
}
|
|
||||||
@keyframes rotation {
|
@keyframes rotation {
|
||||||
from {transform: rotate(0deg); transform-origin: 50% 50.5%;}
|
from {transform: rotate(0deg); transform-origin: 50% 50.5%;}
|
||||||
to {transform: rotate(360deg); transform-origin: 50.5% 50%;}
|
to {transform: rotate(360deg); transform-origin: 50.5% 50%;}
|
||||||
}
|
}
|
||||||
.logo_bubbles .circle {
|
.logo_bubbles .circle {
|
||||||
animation-name: position;
|
animation-name: rotation;
|
||||||
animation-duration: 8s;
|
animation-duration: 1s;
|
||||||
animation-delay: 0s;
|
animation-delay: 0s;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-direction: alternate;
|
|
||||||
|
|
||||||
animation-name: rotation;
|
|
||||||
animation-duration: 1s;
|
|
||||||
animation-direction: normal;
|
animation-direction: normal;
|
||||||
}
|
}
|
||||||
.logo_bubbles .circle._1 {
|
.logo_bubbles .circle._1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user