Hello - I’ve been trying various options for days and can’t seem to figure this out. I think there must be something fundamental I’m missing. I want to use the “animate.css” functions on my site. “animate.css” is on the list of approved npm packages, so I found it and installed it. I’ve tried looking through their website and the readme on GitHub, but I can’t find any documentation on how to actually use it once I’ve installed it. Has anyone done this? Am I wrong to assume that it is possible given that I was able to install the npm package?
I finally gave up and tried copying the specific parts of the css file that I wanted into a tag in an embedded html element on the page. Unfortunately, I need to be able to access classList.add for the element that I want to animate, and that is triggering an error.
Sorry if this is a basic question. I’m new to css and javascript and didn’t realize that I couldn’t use them on a Wix site the way they are normally used, so this has all been pretty frustrating. Thank you in advance for any help pointing me in the right direction.