Hey everyone, I’m currently in the process of coding a website for Shopify and I want to animate some HTML within the website using anime.js. The website correctly locates and reads the “anime.min.js” file that I’ve included in the website’s assets, however, it just isn’t animating anything. Is it even possible to use anime.js in Shopify Liquid?
I would really appreciate it if someone could help clarify this for me. Thanks!
Here’s my code:
{% for block in section.blocks %}
{% endfor %}