Jump to content
Search Community

Gsap Pinning Makes the pinned area to jump weirdly. Help needed

Vijay gopal test
Moderator Tag

Recommended Posts

I am trying a very simple animation of Gsap. With pin enabled. The design works perfectly in PC, and when open in Mobile, the pinned are jumps abnormally down, I tried increasing decreasing the star, end with all combinations, it only gets worse. Please help. I am describing the problem with screenshot below:

 

Screenshot_20240429_222442.thumb.jpg.792c41a5cac3316734362c6a2b236c53.jpg

I have actually Pinned the containing div of that h2 tab visible on screenshot,  it goes up and in i have given the start as "0% 12%". First of all the marker should have been above the h2 tag, as I have given 0% but it's below the tag. And secondly after the marker reaches the start position, it suddenly makes a jump by coming down to the position in the following screenshot.

 

Screenshot_20240429_222454.thumb.jpg.2c5dac2d3f2b81036301b233542c0d9a.jpg

I have also tried removing all the margins on the container and the container above, but still no luck. What is this problem? Someone please help me fix this.

The Same Problem can also be seen in the codepen I have attached, Resize the screen to something near to 300px wide, and see how the h2 jumps place after getting pinned.

See the Pen VwNNqbN by vijaygopal97 (@vijaygopal97) on CodePen

Link to comment
Share on other sites

I don't have much time to dig deeply, but this seems problematic to me: 

tl.to(".rounded-wrapper",{
   height:0, // <-- you're altering the layout!
})

You've got a ScrollTriggered animation that's suddenly shifting the height of an element above that spot which alters the layout. I wonder why you're doing that. Once I removed that, it seemed to pin without the jump...right? So basically it seems like a logic issue in the way you're altering things. It's collapsing the layout. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...