Jump to content
Search Community

asapon

Members
  • Posts

    3
  • Joined

  • Last visited

asapon's Achievements

  1. Thank you for your reply! Sorry for my late response. Yes! That's exactly what I was looking for. I was managed to implement it using the Observer plugin. Thank you very much for your help
  2. Ok I understand. Here is the demo: https://codepen.io/a_sapon/pen/KKBjLPG Could you please help me understand how to add a full page scroll for the pinned sections as well as for the unpinned sections, so the scrolling would be easy and user wound't have to scroll twice for the next section to appear? Thank you.
  3. Hi! Could you please help. I’m trying to implement a React SPA with full page scroll combined with a few pinned pages that also includes full page scroll. Let’s say I have 10 pages in total, which are easily scrolled per page, where second, third and fourth pages are pinned. So when we get to the second page it sticks and on the next scroll the third page appears through opacity. When we’re out of pinned pages the next pages should be scrolled normally. I implemented the pinned pages using the ScrollTrigger which works fine, but I can’t figure out how to add full page scroll to these pinned pages. So now we have a problem that the scrolling is either not enough and you have to scroll twice for the next page to appear or it scrolls more than 1 pages at a time. Sorry I don’t have a demo for you, but I was hoping you could at least point me in the right direction on how to achieve such behaviour. I looked at many demos with scroll trigger but it didn’t help. Thank you in advance
×
×
  • Create New...