This commit is contained in:
ntr
2019-06-30 13:22:59 +10:00
parent 2f9c1aeda3
commit ee331230ce
8 changed files with 131 additions and 41 deletions
+9
View File
@@ -342,6 +342,15 @@
opacity: 0;
}
.skill-animation {
opacity: 0;
transition-property: opacity;
transition-duration: 0.5s;
transition-delay: 0;
transition-timing-function: ease;
}
/*
COMBAT ANIMATIONS
*/