kirkas/Ascensor.js

enable inside scrolling

Opened this issue · 0 comments

Hi, I have a case where one of the sections has content that need to be scrolled and the width and height is 100% of that section. And I still need to swipe and use mousewheel scroll to move the slides and scroll the inner content.

Is there a way to make this possible with ascensor?

Currently I'm trying to make it work by making a function to check if the hovered div has scrollbar and whether it has reached the bottom/top, and if it is the next scroll with move the slide forward/backward. However, I'd love to know if it is already available from the plugin itself...