In the GSAP Animations panel rest an option for changing the fill. I guess this is for SVGs. So I tried to trigger it - but with no success. If I change the fill inside the SVG Bricks element it works well. Also everything else is set up right - as for example the backdrop color of the SVG reacts well.
Do I miss something - could You give this a check?!
Bricks can use CSS to easily include all children. In GSAP / JavaScript, you need to declare for which elements you want to change the property. Thatâs fine, because sometimes we want to separate.
Also, it depends on the way you create the SVG. As shown above, for the âAIâ svg I can fill the svg layer. I am not an SVG vector expert, but I think you can create your SVG the way to save the entire fill in the SVG layer and not in the children shapes