Hi,   That website is actually using canvas with WebGL (THREEJS) to create the circle wipe and most likely either shaders or a displacement filter for the image effect.   You can apply a clip path based on a SVG element that you can update using GSAP. I updated the codepen example you provided: See the Pen eYjgqXJ by GreenSock (@GreenSock) on CodePen   Also for animating the circle you can use that approach or the one from this a
    • Thanks
    • Like
    2