Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upmultiscroll.js with content that overflow the section #78
Labels
Comments
This comment has been minimized.
This comment has been minimized.
multiScroll.js doesn't provide such option I'm afraid. |
This comment has been minimized.
This comment has been minimized.
Thanks |
This comment has been minimized.
This comment has been minimized.
You can use a DIV in the concerned page in which you put your content. That DIV should have CSS property "overflow:auto" |
This comment has been minimized.
This comment has been minimized.
This is now possible thanks to the ScrollOverflow Extension for multiscroll This assures it will scroll to the next or previous section when reaching the top. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to know if its possible to use multiscroll.js on section with text that overflow the viewport like on this sample: https://jsfiddle.net/fidgeting/gpv8vwco/
So i want to activate the multiscroll. if the content text is bigger tant the viewport deactivate it to scroll the content. When at the bottom of the content reactivate the plugin and go to the next slide.
Is that possible ?