• Hello,

    I want some element to scroll like a credits text in the end of a movie. I want the element to scroll by it’s own overtime. Can I achieve this using jquery, and how to do it?

    • This topic was modified 9 years, 2 months ago by marvinmarpol.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi there,

    This plugin relies on the jQuery plugin called malihu custom scrollbar plugin.

    According to its documentation, you can do that with the scrollTo() method.

    
    scrollTo
    
    Usage $(selector).mCustomScrollbar("scrollTo",position,options);
    
    Call the scrollTo method to programmatically scroll the content to the position parameter (demo). 
    
    ...
    

    So check out the scrollTo section of the linked documentation.

    Good luck!

    Thread Starter marvinmarpol

    (@marvinmarpol)

    Hello,

    I will try to play with it than.
    Thank you so much for your help

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to scroll element programmatically using jquery’ is closed to new replies.