Jump to content
Search Community

PavelD

Members
  • Posts

    5
  • Joined

  • Last visited

PavelD's Achievements

  1. Wow! This is exactly what I wanted, thank you, you are amazing! There is a small problem. I see that in your fork there is a lot of empty space after the cards. I tried to figure it out and experiment, but I don't understand where it comes from. Can you give me some advice?
  2. Thank you for answer! I found a codepen that is very similar to what I want: https://codepen.io/mvaneijgen/pen/mdojxbN. But I want to change the height of the cards so that it is not equal to the height of the window. I change 100svh in CSS to 300px and "window.innerHeight" to 300 in JS, but in this case the animation does not work correctly. Could you please point out where I'm going wrong? https://codepen.io/UnluckySerivelha/pen/poBRyrB
  3. Hello! I'm trying to implement the effect of cards overlapping each other when scrolling, like here (Section "Joining the protection"). This is what I got, but this is not exactly what I want to get. Please tell me how to implement a similar effect using GSAP?
  4. This is exactly what i wanted. Thank you very much!
  5. I have two identical sections and two ScrollTriggers for them. The animation of the first section works as it should, but the animation of the second section is too fast. As you can see from the markers, the second section has the wrong end trigger. How can this be fixed? Thank you
×
×
  • Create New...