lukehaas / Scrollify

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

How to implement Scrollify inside Bootstrap modals? #332

Closed kathirr007 closed 6 years ago

kathirr007 commented 6 years ago

Hi,

When i tried to initialize Scrollify with .on('shown.bs.modal', function (){}) scrollify is not working on modal, but it added to the body content.

Could you please guide me to make scrollify to work inside bootsrtap Modal.

Thanks in advance.

lukehaas commented 6 years ago

This won't won't work, Scrollify works at the page level only

kathirr007 commented 6 years ago

Hi Luke Haas,

Thank you for the quick reply. It would be helpful if you could give some suggestion to get the same effects in modals.

Than you in advance.