Jump to content
Search Community

Oluwatobiju Judah

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Oluwatobiju Judah

  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
  13. not really. I'm aware I shouldn't put the bonus file in a public repo. So I've installed it using this method as shown in this video => My question is my auth token will be accessible in the .npmrc file if I make my repo public. So is that safe? If not, how can I hide my auth token in the .npmrc file
  14. Hello, I installed the gsap-bonus file from the private registry using yarn. Is it safe to make the code public with my .npmrc config file which contains my auth token? And if not how can I go about it?
×
×
  • Create New...