In very, very old versions of GSAP (before 2019), GSAP did offer the ability to animate between classNames but we removed that in 3.x because: It's wasteful. In order to do it effectively, GSAP would literally have to compare EVERY possible CSS property between the starting state and the ending state and isolate just the ones that changed and then animate between those. It's far, far better to just animate properties directly (have the developer specify which properties/values should cha
    • Like
    2