diff --git a/src/style/_animations.scss b/src/style/_animations.scss index 1507518..33f9e1b 100644 --- a/src/style/_animations.scss +++ b/src/style/_animations.scss @@ -2,9 +2,9 @@ ** Earth icon */ .anim-earth { - animation: moveEarth 3.5s linear infinite; + animation: moveEarth 4s linear infinite; } @keyframes moveEarth { - 0% { transform: translate3d(0,0,0); } - 100% { transform: translate3d(-87px, 0, 0); } + 0% { transform: translate3d(-87px, 0, 0); } + 100% { transform: translate3d(0,0,0); } } \ No newline at end of file