Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.49k forks source link

Skrollr + Twitter Boostrap & scrollspy not working. #681

Open Shnalla opened 9 years ago

Shnalla commented 9 years ago

Hi,

I am using Twitter Bootstrap3 on a one page site and un fixed menu with scrollspy. Everything is working as expected.

But when I add Skrollr, my fixed menu stop working.

Here is the way I add skrollr

$(window).on('load', function() {    
   var s = skrollr.init({
        forceHeight: false
   });
});

Do you know if there is an issue when using Skrollr and Bootstrap ?

Prinzhorn commented 9 years ago

Does this happen in all browsers? Can you post a demo?