graingert / WOW

Reveal CSS animation as you scroll down a page
https://wowjs.uk
Other
1.61k stars 1.54k forks source link

Uncaught TypeError why is showing this error while calling new WOW().init(); #60

Open Somsss236 opened 10 months ago

Somsss236 commented 10 months ago

Hi Team, I'm Using React JS while calling this function new WOW().init(); showing error like this

image

I'm Using Script and Css File

<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/0.1.12/wow.min.js"></script>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.0/animate.min.css" /> How to Resolve this Issue