Jump to content
Search Community

swiper slide change on scroll using scroll trigger with pin

shadysw test
Moderator Tag

Recommended Posts

that could be fairly complex.

if you want to listen to scroll events but not actually scroll the page you probably want to look at Observer.

 

This demo from the GreenSock team shows how to vertically scroll to a pinned a section and use the scrollwheel to trigger animations. 

when the animations are done then vertical scrolling resumes.

 

 

See the Pen MWGVJYL?editors=0010 by GreenSock (@GreenSock) on CodePen

 

You might be able to plop in your swiper gallery to the pinned section and call swiper.slideNext() stuff  where they use the  gotoPanel() function on lines 81 and 89.

 

 

  • Like 1
Link to comment
Share on other sites

10 hours ago, Carl said:

that could be fairly complex.

if you want to listen to scroll events but not actually scroll the page you probably want to look at Observer.

 

This demo from the GreenSock team shows how to vertically scroll to a pinned a section and use the scrollwheel to trigger animations. 

when the animations are done then vertical scrolling resumes.

 

 

 

 

 

You might be able to plop in your swiper gallery to the pinned section and call swiper.slideNext() stuff  where they use the  gotoPanel() function on lines 81 and 89.

 

 

thank you for an answer! I tried to apply it in my demo, but it looks like I'm doing something wrong, cause it doesn't work

Link to comment
Share on other sites

I really didn't plan on going down this path, but my curiosity got the best of me.

Although, this is mostly functioning and you can pin the Swiper section AND navigate it with the scrollwheel and via swiping, I really don't think it's ready for use in the real world. 

 

My thoughts are listed in the demo. 

 

The short version is: Locking the scrollbar is asking for trouble.

 

Best viewed in a new window: 

 

See the Pen QWzwmjJ by snorkltv (@snorkltv) on CodePen

  • Like 4
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...