https://github.com/dragonofmercy/scrollable
jQuery Scrollable is a plugin which allows your users to replace default scrollbars with a customisable one. The visual result is like Apple iPad and iPhone scrollbars.
https://github.com/dragonofmercy/scrollable
jquery-scrollable mouse-scroll mouse-wheel scrollbar visual
Last synced: 5 months ago
JSON representation
jQuery Scrollable is a plugin which allows your users to replace default scrollbars with a customisable one. The visual result is like Apple iPad and iPhone scrollbars.
- Host: GitHub
- URL: https://github.com/dragonofmercy/scrollable
- Owner: dragonofmercy
- License: bsd-3-clause
- Created: 2014-07-24T07:40:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T09:48:52.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T21:40:40.198Z (about 1 year ago)
- Topics: jquery-scrollable, mouse-scroll, mouse-wheel, scrollbar, visual
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scrollable
==========
jQuery Scrollable is a plugin which allows your users to replace default scrollbars with a customisable one. The visual result is like Apple iPad and iPhone scrollbars.
- Fully customisable with CSS
- Support X and Y
- Auto hide the scrollbars when the mouse is not over the content to scroll
- Auto resize scrollbars on content change
- Do not affect the original design layout
- Nested scrollbars support
Changelog
---------
jQuery Scrollable 1.3
- [Issue #1] Add moveX() and moveY()
jQuery Scrollable 1.2 - 25 February 2015
- Fix mouse scroll speed
- Fix mouseover event
- Add mouseWheelMaxDelta option
- Add transferScrolling option
jQuery Scrollable 1.1 - 6 August 2014
- Fix mouse scroll on lower speed
jQuery Scrollable 1.0 - 5 August 2014
- Remove beta status
- Fix body element selection
- Fix speed of mouse wheel
- Fix mouse wheel nested behavior
- Fix scrollbar display when drag outside the box
- Fix mouse wheel when scrolling is finish
jQuery Scrollable beta-0.1 - 17 july 2014
- First version