Jump to content
Search Community

Brandemic

Premium
  • Posts

    5
  • Joined

  • Last visited

About Brandemic

Recent Profile Visitors

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

Brandemic's Achievements

  1. I use scrolltrigger and observer for an animation in my website, for mobile it created a problem of not pinning accurately so I used normalizescroll. It does work great but, when I scroll, it scrolls really fast. is there any solution for it?
  2. Actually I had Lenis applied in my project, it didn't work well with the observer. I removed Lenis and now it's working fine.
  3. Don't know why, my codepen link is not showing https://codepen.io/mvaneijgen/pen/KKEObGr
  4. Thanks for the reply, I tried to replicate the example in my code, I tried to understand the code and follow it through but it is not working as expected. when I inspected, it is not getting disabled when the section gets unpinned, also, the main scroller still scrolls. The observer docs is so confusing. Actually it never gets unpinned, it's stuck on pin https://codepen.io/Fahad-Aameer/pen/xxBvYGE
  5. Hey everyone, I'm new to GSAP and trying to learn. I've hit a roadblock. I'm trying to make something scroll immediately after it's pinned, but it's not behaving as I want. When it gets pinned, I need it to jump to 25% right away, and then jump again to the next 25% each time I scroll. Even though I tried adding snap, it's not happening instantly. I don't want it to stop scrolling at any point except every 25%. Something like this but I want it in GSAP: https://codepen.io/Fahad-Aameer/pen/YzgmeGY
×
×
  • Create New...