Questions tagged [anime.js]

Anime.js is a lightweight JavaScript animation library. It works with any CSS Properties, individual CSS transforms, SVG or any DOM attributes, and JavaScript Objects.

Anime.js is a lightweight JavaScript animation library. It works with any CSS Properties, individual CSS transforms, SVG or any DOM attributes, and JavaScript Objects.

291 questions
2
votes
1 answer

How to animate an svg in reverse with anime.js?

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'…
fergus
  • 193
  • 1
  • 9
2
votes
1 answer

Anime.js animation does not start

I'm in a weird kinda trouble. I have the following code in main.html: updated link to animejs and changed CSS class reference