[I an new to gsap3 and when i tried running this the animation is working fine, but the
fill: "red"
is not working , the color is not changing at all .]
The fill
property affects SVG elements like <rect>
and <path>
. To color a regular DOM element, use backgroundColor
instead.