I have a design that animates the progressbar around the “back-to-top” button with queryselector and wants to move it over to interactions with greensock instead.
But I can not for the life of me get this to work.
I have managed to convert the Javascript to gsap code, not through pinegrow but manually. Now a new problem … I have the navigation getting cut off when scrolling down and then scroll a bit up again. You can see it in the test site. It is driving me insane.
I’ve implemented your GSAP back-to-top button with the circular progress animation. I’ve created a fork of your repository and submitted a Pull Request with these changes.