Category "velocity.js"

How to set animation progress with anime.js/velocity.js/etc.?

I have animation like this (anime.js example): anime({ targets: '.selector', opacity: 0.5, translateX: 200, duration: 1, }); Then i need to set progres

JavaScript animation lag after several loops

I am animating these dotted lines (SVG) for a project using velocity.js. However, after a few loops, the animation starts to lag a lot. I have pasted the link t