Jump to content
Search Community

jonkwheeler

Members
  • Posts

    3
  • Joined

  • Last visited

jonkwheeler's Achievements

1

Reputation

  1. @cTigerDev I'd def try out the plugin I wrote to get around this. https://github.com/jonkwheeler/ScrollScene But also maybe check out your imports. They should look something like this when using gsap plugins. import { gsap } from 'gsap' // You have to reference the 'gsap/dist/pluginName' and NOT 'gsap/pluginName' so it bundles correctly. import { ScrollToPlugin } from 'gsap/dist/ScrollToPlugin' // without this line, ScrollToPlugin may get dropped by your bundler (tree shaking)... gsap.registerPlugin(ScrollToPlugin)
  2. @OSUblake Can you let me know if this has any glaring issues to you? https://github.com/jonkwheeler/ScrollScene
  3. @ZachSaucier @OSUblake The above says "Sorry, we can't show this content because you do not have permission to see it."
×
×
  • Create New...