Split text animation with GSAP

Client
Personal work
Realization period
n/a
Technologies used
    n/a

CSS provides useful capabilities for animation with the @keyframe notation and transitions using e.g. transform. Yet sometimes they are not sufficient and cannot be controlled on a level that's granular for the use case.

That's where libraries like GSAP come in handy. I haven't used it extensively as animation where rarely requested in my jobs, but in this series I want to do some experiments.

So, for a simple entry, I'd like to show you a text animation where each character is animated in sequence.