lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.81k stars 577 forks source link

Stop / Cancel Scroll Event #276

Open stljeff1 opened 7 years ago

stljeff1 commented 7 years ago

Hi,

Great product and awesome demo. Thanks!

Is it possible to capture the scroll event to prevent the browser from scrolling?

I am using Scrollify to show story boards, and Scrollify works great at scrolling through each section. Some sections have a carousel of images. When the "current" section is showing a carousel, I'd like to scroll through the carousel. So, instead of scrolling over sections, the user scrolls through the carousel. At the end of the carousel, Scrollify would resume responsibilities of scrolling through the sections.

Is this possible?

Thanks

lukehaas commented 7 years ago

The standardScrollElements option might work for this. Assign the class of the carousel to it.