clear dom anim classes with small delay between resolutions

This commit is contained in:
Mashy
2019-07-08 15:29:45 +10:00
parent 41eb476c31
commit 2acb4d276f
5 changed files with 26 additions and 20 deletions
-1
View File
@@ -55,7 +55,6 @@ class Strike extends Component {
<feGaussianBlur stdDeviation="4"/>
<feTurbulence type="turbulence" baseFrequency="0.01" numOctaves="3" result="turbulence"/>
<feDisplacementMap in2="turbulence" in="SourceGraphic" scale="1" xChannelSelector="A" yChannelSelector="A"/>
</filter>
{this.charges}
</svg>