javascript - onepage scroller apple mouse wheel doesn't work -


i using jquery 1 page scroll

now got work rails app, noticed later want scroll next page when scroll mouse wheel 1 step.

am doing wrong here ? since demo doesn't work when scroll mouse wheel. did read documentation , default mouse wheel option on, still wont work.

here jsfiddle

<script>   $(document).ready(function() {      $(".main").onepage_scroll({       sectioncontainer: "section",        easing: "ease",       animationtime: 1000,       pagination: true,       updateurl: false     });    });   </script>   <div class="main">   <section class="n1 section" >     <p class="n1_text_top">first</p>     <p class="n1_text_sub">second</p>   </section>   <section class="n1 section" >     <p class="n1_text_top"></p>     <p class="n1_text_sub"></p>   </section> </div> 


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -