0

Here is my project https://c9.io/antibioticvz/demo-project

I tried implement Curtains.js and it's scrolling a page, but I not able to change scrollSpeed: and curtainLinks:

So how to make link to my page part? Who had relevant experiences?

$(document).ready(function () {
    $('.curtains>li').css('position', 'fixed');
    $('.curtains').curtain({
        scrollSpeed: 100,
        curtainLinks: '.curtain-links'
    });
});
gman
  • 100,619
  • 31
  • 269
  • 393
victor zadorozhnyy
  • 889
  • 1
  • 12
  • 25

1 Answers1

0

For some reason curtains.js doesn't work well with newer versions of jquery. Try using jquery 1.7.

dapapes
  • 1
  • 1