Hi there, I have a question about how best to animate an SVG clip-path with GSAP.    I've got my head around how to make SVGs clip, and how to animate an SVG path, but not got that far in my attempts to combine the two to make an animated SVG clip-path!   Attempting to replicate the exact effect shown below (second Codepen)  - animating an SVG path: , except with a clipping effect.   Learnt a lot from @nico fonseca's solution to a similar request (below, first pen)