Hi guys,
I'm a newbie in GSAP. I modified the GreenSock's ModifiersPlugin: Seamless Loop Codepen in the hopes of getting close to the effect as seen in this website (if you scroll down a bit to the selected clients section of the linked page, you will see that the marquee on the site can be sped up relative to your scroll speed).
Here's my Codepen: https://codepen.io/jingqifan/pen/xmYxOR?editors=1111
I tried to do that by calling my tweenmax function in the Jquery on scroll function with the updated variable "move", but the animation is quite janky and doesn't feel as natural as the one seen in index.studio/about. The marquee animation also doesn't reset back to the original slower speed after you scroll.
Any help is appreciated for getting the effect as close to the reference website as possible. Just a single marquee will do.
Thank you so much!