Andy Gillon
Andy Gillon
The lines plugin will add the --line-index css variable to each word, which you can use in your animation. For example: `span.word { transition-delay: calc(var(--line-index) * 250ms + 250ms); }`
Not tested this but to animate with gsap have you tried something like: ``` let myTl = gsap.timeline() let delay = 0.3 //delay between lines in seconds let dur =...
I've also experienced this issue
Same issue here
This setup is working for me now. Had to move the css out of the assets folder because any changes to the fonts erased the whole assets folder. Other than...