no time control for practice

This commit is contained in:
ntr
2019-06-09 17:38:25 +10:00
parent 39501c167a
commit 1070d3482a
8 changed files with 117 additions and 40 deletions
+13 -4
View File
@@ -333,11 +333,11 @@
height: 2px;
transform-origin: center;
background-color: whitesmoke;
animation: equipping-skill 2s infinite ease alternate;
animation: equipping-skill 2s infinite ease-out alternate;
opacity: 0;
}
.equipping::after, .equip-spec::after {
.equipping::after {
content: '';
position: absolute;
bottom: 2px;
@@ -346,7 +346,7 @@
height: 2px;
transform-origin: center;
background-color: whitesmoke;
animation: equipping-skill 2s infinite ease alternate;
animation: equipping-skill 2s infinite ease-out alternate;
opacity: 0;
animation-delay: 0.75s
}
@@ -373,7 +373,16 @@
}
.equip-spec::after {
animation-delay: 0;
content: '';
position: absolute;
bottom: 2px;
left: 50%;
width: 100%;
height: 2px;
transform-origin: center;
background-color: whitesmoke;
animation: equipping-skill 2s infinite ease-out alternate;
opacity: 0;
}
.equip .specs figcaption {