Please help me figure it out. There is a text animation effect on click on the screen, it is written in "tween.js". Does anyone know how to create such an effect on "tween.js"?
Here is the link: https://michalzalobny.com/orbit-gallery
I tried to read the "tween.js" documentation and looked at the examples, but nothing like that is written there.
Not sure about Tween.JS, but here's how to do it using vanilla JavaScript in order to toggle a class, and let CSS handle the rest.
The staggered characters animation effect is made possible by assigning a CSS var
--anim-delayto each character SPAN with a value of the respective SPAN index, later used in CSS as the transition-delay: