Jump to content
Search Community

BeatlesBOB

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by BeatlesBOB

  1. Maybe the expected result wasn't clear, So when we are inside a new category (when the left element change the title) I want the right list to be pinned for exemple 300px. As You can see inside my codepen I have a scrolltrigger that for me should do the trick but when I uncomment it, it make the right list shakky when touch the top and it doesn't pinned well. Any idea to make this work as intended ?

  2. 13 minutes ago, akapowl said:

     

    Hello @BeatlesBOB

     

    Try setting overflow-x to hidden on your .wrapper - that overflow is probably what's causing the whole layout to shift in that view. It does fix it for me - is that better for you, too?

     

    Edit: I suppose you are talking about the dev-tools opening on press of F12 (Chrome on Windows does that) and the mobile view of the dev-tools accordingly-.

     

    .wrapper{
      display: flex;
      flex-wrap: nowrap;
      overflow-x: hidden;
    }

     

    Hi, thank you for your reply, Yhea it totally do the job, thank you very much, and I was talking about dev tools, sorry for my poor explanation. @Cassie

    • Like 1
  3. Hi @Cassie thank you very much for your reply, I'm sur it will help now or later. I'm actually struggling on even more basic thing since I'm discovering Gsap.

    Like in the codepen sample when I remove markers nothing happen it's like markers unlock the scroll.

    To do the expect effect i was using like Intersection observer but I'm sur we can know current section using only Gsap witch I'm sure it's more relevant. 

×
×
  • Create New...