Jump to content
Search Community

Horizontal Scroll with Last Panel Left-Side Pin in GSAP for NextJs

Nwekar test
Moderator Tag

Recommended Posts

Hi everyone,

I'm working on a Next.js project using GSAP and ScrollTrigger for horizontal scrolling. At the end of the horizontal scroll, I want the last panel to split into left and right sections. The left section should pin while the right section scrolls vertically.

CodePen Example : Horizontal Scroll Example
StackBlitz Project : Pin Left Section and Scroll Right

 

See the Pen dyEEzXo by N-Nwekar20 (@N-Nwekar20) on CodePen

Link to comment
Share on other sites

  • Nwekar changed the title to Horizontal Scroll with Last Panel Left-Side Pin in GSAP for NextJs

Hi,

 

Horizontal pinning is not supported since you're already pinning vertically, what you can do is create a timeline that has the ScrollTrigger configuration and add that particular animation at the end of it, since is the last horizontal section just combine the two demos you already have in place.

 

Something like this:

See the Pen JjqqOdL by GreenSock (@GreenSock) on CodePen

 

Hopefully this helps.

Happy Tweening!

  • Thanks 1
Link to comment
Share on other sites

42 minutes ago, Rodrigo said:

Hi,

 

Horizontal pinning is not supported since you're already pinning vertically, what you can do is create a timeline that has the ScrollTrigger configuration and add that particular animation at the end of it, since is the last horizontal section just combine the two demos you already have in place.

 

Something like this:

 

 

 

Hopefully this helps.

Happy Tweening!

Hi,

Thank you for your guidance.

Is there an alternative method to achieve this? I've noticed some glitches with the current approach. By the way, this is what I want.

Thanks again for your help!

Frame 35 (1).png

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...