Hi, I'm trying to animate a clipping path circle, but only the radius. GSAP is animating all values of the style attribute.   <div id="flap" style="clip-path: circle(10px at calc(100vw - 10rem) 10rem)"> </div>   Grabación de pantalla 2022-12-22 a las 16.35.57.mov So, I want to animate just 10px value. How can I do it? Thanks! See the Pen NWBqNoW?editors=0011 by aitormendez (@aitormendez) on CodePen