Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Not with both. You’d have to use either “Page scroll to id” with browser’s native/default scrollbar or custom scrollbar plugin with its own set of functions.

    Thread Starter vbk100

    (@vbk100)

    Hello Malihu,

    I can’t make it work with Page Scroll to Id plugin. Can you please point me to a doc or a screenshot?

    Alternatively, I tried the custom scroll bar jquery plugin and don’t know if I am doing it right.

    jQuery("body").mCustomScrollbar({
       mouseWheel:{ scrollAmount: 1000}
    });

    Could you help?

    Plugin Author malihu

    (@malihu)

    For ‘Page scroll to id’ you can find some related info here and here.

    In order to provide actual help I’d have to see your page and code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll position with mouse wheel?’ is closed to new replies.