Jump to content
Search Community

Corfitz

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

Corfitz's Achievements

  1. Thank @OSUblake I just updated the topic with the embedded video. I see your point - could be a route to take, though behind the scenes, the horisontal scroll is actually a separate React component, that can be used from a headless cms. The client should be able to rearrange the order and such as they please. I was wondering if the trigger property on the scrolltrigger for the horisontal scroll could be updated to not listen for the container but a viewport scroll position? If I know that there are three sections before the horisontal scroll - each with a height equivalent of viewport, one I could calculate the offset before the horisontal scroll should happen.. ? The problem with this of course, would be that I would have to also know about all the other types of sections to appear before these gsap sections.
  2. My goal is to create an effect where I reveal a section with horisontal scrolling sections. Though the horisontal scroll should not activate before the last cover has been scrolled away first. I have create a screen recording of the desired result here: The problem I am facing is that the horisontal scroll behaviour is initialised before it is visible, so one can never get to see the first slide.
×
×
  • Create New...