I've tweaked this example of an SVG animation from the anime.js docs: https://codepen.io/fergusmeiklejohn/pen/gOwdVpq
I'm trying to animate drawing the word from the end of the word to the beginning. Can Anime.js do this? direction: 'reverse' doesn't work as I hoped it would. It animates in reverse but starts with the complete svg and ends with nothing.
I also had the idea that if anime can't do this, is a solution to redraw the SVG in reverse?
Thanks all! :-)
