Commit 8b5b6664 by zhangheng

2

parent 800cea7c
......@@ -548,12 +548,12 @@
<option name="presentableId" value="Default" />
<updated>1566667513502</updated>
<workItem from="1566667516612" duration="55749000" />
<workItem from="1567098016695" duration="1905000" />
<workItem from="1567098016695" duration="1937000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57654000" />
<option name="totallyTimeSpent" value="57686000" />
</component>
<component name="ToolWindowManager">
<frame x="-176" y="23" width="1440" height="817" extended-state="0" />
......
......@@ -581,7 +581,7 @@ ul, li {
background: url("../images/1.png") left top;
width: 267px;
height: 147px;
-webkit-animation: left 0.5s linear 1s 1;
-webkit-animation: left 0.5s linear 0.5s 1;
animation-fill-mode: forwards;
}
.page-lang .map-2 {
......@@ -593,7 +593,7 @@ ul, li {
background: url("../images/2.png") left top;
width: 486px;
height: 384px;
-webkit-animation: right 0.5s linear 1s 1;
-webkit-animation: right 0.5s linear 0.5s 1;
animation-fill-mode: forwards;
}
.page-lang .map-3 {
......
......@@ -501,13 +501,13 @@ ul, li {
.map-1 {
opacity: 0;
@include image_bounds_by_pos("../images/1.png", 71px, 1222px);
-webkit-animation: left 0.5s linear 1s 1;
-webkit-animation: left 0.5s linear 0.5s 1;
animation-fill-mode: forwards
}
.map-2 {
opacity: 0;
@include image_bounds_by_pos("../images/2.png", 116px, 1466px);
-webkit-animation: right 0.5s linear 1s 1;
-webkit-animation: right 0.5s linear 0.5s 1;
animation-fill-mode: forwards
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment