I'm using Svelte, GSAP, ScrollTrigger, and smooth-scrollbar in my website.   Everything works fine until I try to add smooth-scrollbar and use the .scrollerProxy() method to make sure the ScrollTrigger animations still work.   smooth-scrollbar seems to be okay (e.g., smooth scrolling works and the custom scrollbar is visible), but none of the animations play anymore.    I thought the reason for this was the order in which I was initializing smooth-scrollbar and regi