Jon Wheeler
Jon Wheeler
I second this.
As a nice workaround right now... This works for Playing forwards and backwards, and allows for a duration to be set. ``` const roundOff = progress => Math.round(progress * 100)...
@OSUblake I think it's because ScrollMagic wants to load the other two. I'd do a PR but I'm a bit buried at the moment. And most of us want to...
I got this working and made a PR https://github.com/janpaepke/ScrollMagic/pull/920
This never got released... I made this to combat these issues https://github.com/jonkwheeler/ScrollScene
I made this to combat these issues https://github.com/jonkwheeler/ScrollScene
This has nothing to do with ScrollMagic unfortunately. This is a paint issue with the browser. Animating filters is a very expensive operation. I'd recommend you not do it.
Not sure I see the exact issue but I rarely use the `.to` method of GSAP if I need it to reverse. I like to use `.fromTo` to make sure...
Can we revisit this? @janpaepke ScrollMagic would be great if fully ESM compatible at this point, including it's `animation.gsap.js` plugin. There's way too many work-arounds for this at this point.
Do you have a repo where this is fixes something? I'm trying to replicate and coming up empty. Thanks. See this thread. https://github.com/jonkwheeler/tsconfig-replace-paths/issues/23