کتابخانه perfect-scrollbar
301, MovedPermanently
https://github.com/noraesae/perfect-scrollbar icon

Minimalistic but perfect custom scrollbar plugin  Demo

perfect means...

  • There should be no css change on any original element.
  • The scrollbar should not affect the original design layout.
  • The design of the scrollbar should be (nearly) fully customizable.
  • If the size of the container or the content changes, the scrollbar size and position should be able to change.
  • New! It should work with vanilla JavaScript and major tools like NPM or Browserify.
کتابخانه perfect-scrollbar
کتابخانه jquery-do-scroll
301, MovedPermanently
https://github.com/WashingtonGuedes/jquery-do-scroll icon

Creates an scroll-y like action.  Demo

var options = {
    onInit: function() {},
    onSpaceChange: function() {},
    spaceLimits: [0, 245, '#animate', '.spaces'],
    scrollbar: '.scrollbar',
    smoothEffect: true,
    initialSpace: 1,
    wheelStep: 150,
};
$('.scroll-container').doScroll(options);  

 

 
کتابخانه jquery-do-scroll