I am in the process of creating a Shopify store and would like to go a little beyond what the themes are offering. Specifically I am triyng to add wow.js and animate.css.
As you can see below, I have added the CDN for Animate.css in the head
tag of template.liquid
.
Next I added the CND for Wow.js and activated is as such:
It seems to be loading the scripts just fine, even adds the animated
class as one scrolls to the element, but for some reason none of the aniamtion is taking place.
Any input into alleviating this issue is much appreciated!