Full Support for Horizontal Scrollbars#230
Conversation
| 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 deocumentation available here: [jQuery slimScroll docs](http://rocha.la/jQuery-slimScroll) | ||
| Demo and deocumentation available here: [jQuery slimScroll docs](http://lanre-ade.github.io/jQuery-slimScroll/) |
There was a problem hiding this comment.
This line should probably not have been changed
There was a problem hiding this comment.
added new examples for horizontal scrolling. Any suggestions where to put them? @deiga
examples/allow-page-scroll.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/chaining.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/disable-fade-out.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/dynamic-content.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/height-width.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/scroll-events.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/scrollbar.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
examples/start-position.html
Outdated
| </head> | ||
| <body> | ||
| <a id="git-fork" href="https://github.com/rochal/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> | ||
| <a id="git-fork" href="https://github.com/lanre-ade/jQuery-slimScroll"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a> |
There was a problem hiding this comment.
This line should probably not have been changed
package.json
Outdated
| "jquery-plugin", | ||
| "ecosystem:jquery" | ||
| ], | ||
| "homepage": "http://lanre-ade.github.io/jQuery-slimScroll/", |
package.json
Outdated
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/rochal/jQuery-slimScroll.git" | ||
| "url": "https://github.com/lanre-ade/jQuery-slimScroll.git" |
There was a problem hiding this comment.
This line should probably not have been changed
There was a problem hiding this comment.
will undo those changes and re-commit
Added "applyVerticalWheelToHolizontal" and behavior for it.
Thanks to lanre-ade...
Added mousescroll option when the axis is set as x
Supports Horizontal Scrollbars as wells jump scrolling by clicking on the scrollbar rail.
(I initially planned to maintain this as a separate repo but decided otherwise)