Animate + Anime.js = A match made in heaven?
Currently torn between using Animate which I'm super comfortable with, and Anime.js which lets me do similar stuff programmatically.
Unfortunately in Animate, in order to export my animation I also need to add ridiculous amounts of JS and unsemantic markup to my app. The whole process is so tedious that I often just export to GIF instead. I came across https://github.com/vielhuber/adobe-animate-embed the other day which is supposed to simplify things, but it still feels a bit wrong.
Enter https://animejs.com/. It allows you to do manual tween-like operations using SVG and simple/proper JS. I just can't help but think what if Animate in the future could integrate Anime.js somehow and act like a front-end to it? We would get the best of both worlds. What do you guys think?
