That's because you've got a CSS transition applied to those elements which is a VERY bad idea You should never apply CSS transitions to elements that you're animating with GSAP because when GSAP applies a change, the CSS transition will interrupt that and say "NOPE! I won't allow that to happen yet...I'm gonna drag that change out over the course of my duration..."    So just remove the CSS transitions and you should be fine. 
    • Like
    3