Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenky/slimscrollanimated
Facebook scrollbar style
https://github.com/jenky/slimscrollanimated
Last synced: 4 days ago
JSON representation
Facebook scrollbar style
- Host: GitHub
- URL: https://github.com/jenky/slimscrollanimated
- Owner: jenky
- Created: 2014-07-15T15:34:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T10:34:23.000Z (about 10 years ago)
- Last Synced: 2023-04-09T13:07:16.891Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://jenky.github.io/slimScrollAnimated
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SlimScroll akin to Facebook with resize animation
=================================###This version had removed 5 original options:
- alwaysVisible
- disableFadeOut
- railVisible
- borderRadius
- railBorderRadius###And added a new one:
- railSize: width in pixels of the scrollbar rail, make sure this value is greater than scrollbar size so the animation effect will work.Demo
http://jenky.github.io/slimScrollAnimated/# What is slimScroll?
slimScroll is a small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.
Demo and more: http://rocha.la/jQuery-slimScroll
Copyright (c) 2011 Piotr Rochala (http://rocha.la)
Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.