WOW
WOW copied to clipboard
Uncaught TypeError: b.className.replace is not a function
Everything is working but i get this console error:
Uncaught TypeError: b.className.replace is not a function at e.resetAnimation (wow.min.js?ver=4.9.5:2) at HTMLAnchorElement.<anonymous> (wow.min.js?ver=4.9.5:2) e.resetAnimation @ wow.min.js?ver=4.9.5:2 (anonymous) @ wow.min.js?ver=4.9.5:2
How to fix that?
Still have that problem, it generates repeated errors in console.
me to
How to solve zone.js:199 Uncaught TypeError: t.className.replace is not a function at T (client-track.js?20198917:1) at HTMLDocument. (client-track.js?20198917:1) at ZoneDelegate.push.../../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423) at Zone.push.../../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195) at ZoneTask.push.../../node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask [as invoke] (zone.js:498) at invokeTask (zone.js:1744) at HTMLDocument.globalZoneAwareCaptureCallback (zone.js:1802)
Where is the solution? @vijaymobio
same error- how to solve
zone.js:199 Uncaught TypeError: t.className.replace is not a function
at T (client-track.js?2019102510:1)
at HTMLDocument.
Yes, i get this error too, but everything is working
I also get it
I also got this problem. I had a block with a .wow class, and inside a svg with hover animation.
This code solved my problem:
svg.addEventListener("animationend", (event) => { event.stopPropagation(); });
This error occurs in the resetAnimation() function in wow.js, which is called on the 'animationend' event. So it's enough just to listen 'animationend' and use stopPropagation().
Hello,我是林昕,我已收到来信~
This error occurs with you try to animate svg element, try to add span and put the svg inside and animate that span.
Hello,我是林昕,我已收到来信~