Skip to content

Commit 333d39d

Browse files
committed
Update README.textile
1 parent 5e925b2 commit 333d39d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.textile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
h1. jQuery Custom Scrollbar
22

3-
jQuery Custom Scrollbar is a jQuery plugin that lets you add fully customizable scrollbars to your sites. With the plugin
4-
you can apply any css styles you want to your scrollbars.
3+
jQuery Custom Scrollbar is a jQuery plugin that lets you add fully customizable scrollbars to your sites. With the plugin you can apply any css styles you want to your scrollbars.
54

65
h2. Features
76

@@ -145,8 +144,7 @@ Triggered whenever content is scrolled. Separate events are fired when vertical
145144
$(".container").on("customScroll", function(event, scrollData) {});
146145
</pre></code>
147146

148-
Handler function takes two arguments. <code>event</code> is standard jquery event object. <code>scrollData</code> is an
149-
object with 3 fields holding scroll specific information:
147+
Handler function takes two arguments. <code>event</code> is standard jquery event object. <code>scrollData</code> is an object with 3 fields holding scroll specific information:
150148
* <code>scrollPercent</code> - integer in range 0..100 indicating percentage position of the scrollbar
151149
* <code>scrollDirection</code> - string that can take following 4 values: <code>left</code>, <code>right</code>, <code>up</code>, <code>down</code> - indicates what direction the scrollbar was moved in
152150
* <code>scrollAxis</code> - string indicating which scrollbar was moved: <code>X</code> for horizontal scrollbar and <code>Y</code> for vertical scrollbar

0 commit comments

Comments
 (0)