Change earth icon rotation to match big globe
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
** Earth icon
|
** Earth icon
|
||||||
*/
|
*/
|
||||||
.anim-earth {
|
.anim-earth {
|
||||||
animation: moveEarth 3.5s linear infinite;
|
animation: moveEarth 4s linear infinite;
|
||||||
}
|
}
|
||||||
@keyframes moveEarth {
|
@keyframes moveEarth {
|
||||||
0% { transform: translate3d(0,0,0); }
|
0% { transform: translate3d(-87px, 0, 0); }
|
||||||
100% { transform: translate3d(-87px, 0, 0); }
|
100% { transform: translate3d(0,0,0); }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user