Particle animations with SCSS

This commit is contained in:
Mashy
2019-05-21 16:09:26 +10:00
parent 36f260a811
commit 0e107e16a2
11 changed files with 2314 additions and 14 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -311,7 +311,6 @@ CRYP DAMAGE
display: none;
}
/*
COMBAT ANIMATIONS
*/
@@ -321,6 +320,7 @@ CRYP DAMAGE
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.attack-cast {
-webkit-animation: attack-cast 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
animation: attack-cast 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;