简体   繁体   中英

skrollr.js menu is not scrolling

In my site I'm using skrollr.js for parallax effect. It is working fine in desktop but in mobile responsive menu is not scrolling because of the skrollr.

Hi everyone after some research i my self go an answer

$( "class" ).click(function() {
    if($('class').length == 0){
        skrollr.init().destroy();
 $( "class" ).hide();
    }else{

        $( "class" ).show();
        skrollr.init().refresh();

    }
});

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM