...
|
...
|
@@ -172,10 +172,10 @@ |
|
|
height: 87rem / $pxConvertRem;
|
|
|
background: image-url("yohologo02.png") no-repeat center center;
|
|
|
background-size: 100%;
|
|
|
animation: 60s turn infinite;
|
|
|
-webkit-animation: 60s turn infinite;
|
|
|
-moz-animation: 60s turn infinite;
|
|
|
-o-animation: 60s turn infinite;
|
|
|
animation: 60s turn infinite ease-out;
|
|
|
-webkit-animation: 60s turn infinite ease-out;
|
|
|
-moz-animation: 60s turn infinite ease-out;
|
|
|
-o-animation: 60s turn infinite ease-out;
|
|
|
}
|
|
|
.logo.animate{
|
|
|
background: image-url("yohologo01.png") no-repeat center center;
|
...
|
...
|
|