Hi @peacepostman,   Looks like you're using some code from this Paper.js example.    To animate sine waves, you can use a Sine.easeInOut ease along with some other optional eases. Check out this post... https://greensock.com/forums/topic/15270-animating-waves-with-gsap/?p=66401   But rendering stuff with SVG can be slow. Canvas drawing commands are hardware accelerated, so that might be a better option. Check out this version. You can add as many waves as you w
    • Like
    6