Jack Doyle

Results 10 comments of Jack Doyle

I wish I had more time to dig into this, but I wanted to chime in briefly... I fear that this feature won't really address the pain points that animators...

Sorry about the late response. For some odd reason, I wasn't notified of your replies, nor am I allowed to subscribe to the thread (even now). @FremyCompany I can't mock...

Thanks for the suggestion, @gravyraveydavey I don't think it warrants a place inside ScrollTrigger unless a lot more people request it (kb and API surface area concerns), but this could...

Hi @FractalHQ Can you please explain why you think these are necessary/appropriate? Maybe provide links to supporting docs/articles?

Yeah, sorry, it's not at all clear to me what exactly the problem is or the specific solution required. Maybe I'm missing something obvious (to be honest, I don't have...

Thanks for the info, @ivodolenc I think it would be very unwise for us to implement breaking changes at this point. With 12 million sites using GSAP, there are a...

Yep, we build in ESM and use Rollup to generate cjs. So our package already delivers ESM...I guess I'm just a bit confused about what exactly the issue is here...

Hi @chalkygames123 Thanks so much for the detailed solution. I'm just curious if you tried importing from the /dist/ directory. For environments that don't understand ES Modules, you should be...

Thanks for the clarification. I'm curious - if this is added to the package.json (with no other changes), does it resolve your issue (without needing to import from /dist/)? ```javascript...

Interesting, I never really anticipated someone using strings in that way, but I can update the TypeScript definition in the next release to accommodate it.