|
@@ -211,11 +211,11 @@ music;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
+ width: 300px;
|
|
|
+ height: 300px;
|
|
|
transform: translate(-50%, -50%);
|
|
|
background: url("../img/atlas/icon-1.png") no-repeat;
|
|
|
- animation: icon1 3s steps(37) infinite;
|
|
|
- // background: url("../img/atlas/icon.png") no-repeat;
|
|
|
- // animation: icon 3s steps(1) infinite;
|
|
|
+ animation: icon1 2.4s steps(37) infinite alternate;
|
|
|
}
|
|
|
}
|
|
|
|