Jump to content
Search Community

Oluwatobiju Judah

Members
  • Posts

    17
  • Joined

  • Last visited

Oluwatobiju Judah's Achievements

  1. hey @akapowl thank you for the detailed explanation. I understand the current behavior more clearly now. About the smooth scroll, yeah, I know. I'm only using Greensock's smoothscroll helper on mobile because the desktop view is all horizontal. Hey @OSUblake, not to bug, but did you manage to try it out, eventually?
  2. @OSUblake & @akapowl thanks for all the help so far. I removed locomotive scroll and implemented the horizontal and smooth scrolling with scrolltrigger as you suggested and they worked great. Well, except for the trigger on the element. Which seems stay at the point where the object is on load but doesn't follow the object on scroll, and additionally, weirdly goes upwards as I scroll. See codepen here https://codepen.io/tobijudah/pen/YzZMepa/
  3. thanks, everything is set up now, including the scrollerProxy see here: https://codepen.io/tobijudah/pen/YzZMxMr
  4. thanks @Shehzad Asif added the loco css to my codepen now and horizontal scroll works well, but annoyingly, my content is still laid out vertically for some reason.
  5. yeah about scroller proxy, i removed it so I could figure out first why the horizontal scroll wasn't working properly
  6. meanwhile @OSUblake I've managed to set up a small(?) demo here: https://codepen.io/tobijudah/pen/JjWVKMz But this time the horizontal scroll isn't even initiating for some reason. Trying to see if I missed something.
  7. hey @akapowl thanks for the reply. just tried that out and it completely breaks the layout for some reason
  8. Hey @OSUblake, thanks for responding. Let me minimize the code to help make debugging and helping easier. Will reply as soon as I've done that. Yes, I am. As for the horizontal scroll, as soon as I instantiated the scroll, I stopped it scroll.stop(), then the full screen video plays for 10 seconds before I start it, scroll.start(). So if you try to scroll during the first 10 seconds it won't work. After that everything is as normal, including mouse wheel scrolling.
  9. here is the page link from the sandbox: https://ncfh6.sse.codesandbox.io/
  10. I think I've properly setup ScrollTrigger with locomotive scroll using some examples seen in the forum, however I can't seem to get my animation to work properly. It triggers as soon as the page loads without me scrolling to the point I set my trigger. here is a codesandbox link. https://codesandbox.io/s/cocky-darkness-ncfh6?file=/src/components/SectionThree/SectionThree.tsx sorry I couldn't use codepen. don't know if that's fine? edit: relevant files: App.tsx, SectionThree.tsx, instantiateScroll.ts
  11. Thanks Zach, I'd just revert to the gsap-bonus.tgz file in this case, instead of using the private NPM registry.
  12. to be clear, making these public isn't a big deal, yes? and thanks for your responses
×
×
  • Create New...