Jump to content
Search Community

totoczko

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

totoczko's Achievements

  1. That's also a helpful tip, thanks! But my problem is more that when I scroll there is some kind of delay between the moment I stop scrolling and then snapping to given frame (even when I set delay to 0) - it seems like this issue exists only with ScrollSmoother turned on :(
  2. Hi mvaneijgen! Unfortunately the problem is indeed with the scroll smoother - when I use it the section lags horribly ? do you have any idea how to make it work smoothly but with scroll smoother? like on this website? https://www.metahero.io/?
  3. Hello! We are working on a beautiful landing page that require some GSAP animations in nearly every section. We have already build the MVP project, with ScrollTriggers and most of the animations working in theory, but we are stuck with the problem of overall feeling of those animations on scroll - it is way to fast, sometimes triggered too late etc. We need someone with GSAP experience to go through those sections and make some fixes to make the page animate smoothly on scroll The project is build with React / Next.js / Typescript / uno.css (Tailwind). As we are very close to the deadline, we need such help ASAP. We are proposing up to ~100$/h, depending on your experience If you are interested please contact me directly: martyna.toloczko@flyingbisons.com (it would be great if you could send your portfolio or link to websites that you've been working on )
  4. Hello! I need some guidance from experienced GSAP magicians how to achieve such an effect: 1. When I scroll to the second section (with canvas) I want a scroll to automatically happen from 0% to the 25% of the sequence 2. When I scroll a little bit more, I want the sequence to automatically go from 25% to 75% 3. Scrolling after that should happen normally, sequence should go to 100% and we should be able to scroll to section 3 4. When I go back to the section 2, again, I would like to scroll automatically from 100% to 75% 5. One more scroll - sequence should go from 75% to 25% 6. and final scroll up -> sequence should go back to 0% and we should be able to go to the first section The problems that I have are to calculate a proper window scroll as we use scroll smoother + I don't have an idea how to snap to an exact frame on scroll ? Could you guide me somehow? link to codepen: https://codesandbox.io/s/morning-browser-p9yc5h
×
×
  • Create New...