Home / Scroll / perfect-scrollbar - Tiny but perfect scrollbar
perfect-scrollbar - Tiny but perfect scrollbar

perfect-scrollbar - Tiny but perfect scrollbar

Download Demo
  • Overview
  • Documents
User Rating: 2.8/5 ( 9 votes)
Your Rating:

perfect-scrollbar - Tiny but perfect jQuery scrollbar plugin

Why perfect-scrollbar?

I worked on a personal project recently, and I was trying to find the jQuery scrollbar plugin that's perfect. But there was no perfect scrollbar plugin. That's why I decided to make one.

perfect-scrollbar is very tiny but perfect (for me, and maybe for the most of developers) jQuery scrollbar plugin.

What does perfect mean?

  • 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.

Then perfect-scrollbar is really perfect?

  • perfect-scrollbar has some requirements, but doesn't change or add any style on original elements.
  • perfect-scrollbar is designed not to have width or height. It's fixed on the right and bottom side of the container.
  • You can change nearly all css styles of the scrollbar. The scrollbar design has no dependency on scripts.
  • perfect-scrollbar support 'update' function. Whenever you need to update the size or position of the scrollbar, just update.
  • Additionally, perfect-scrollbar do use 'scrollTop' and 'scrollLeft', not absolute position or something messy.

Source: noraesae.github.io

Scroll To Top