Skip to content

Commit

Permalink
Update to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azoff committed Aug 25, 2010
1 parent c019e5e commit eb0e9cd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Expand Up @@ -21,16 +21,18 @@ Usage
<dt>options</dt>
<dd>
An optional JavaScript object that you may pass if you would like to customize the experience of the overscroll element. Below is a list of properties that you may set on the options object and their respective effect.
<dl>
<dt>options.showThumbs {Optional(true)} {Boolean}</dt>
<dd>Designates whether or not to show the scroll-bar thumbs on the scrollable container</dd>
<dt>options.openedCursor {Optional('opened.cur')} {String}</dt>
<dd>A url pointing at a .cur file to be used as the cursor when hovering over the overscrolled element</dd>
<dt>options.closedCursor {Optional('closed.cur')} {String}</dt>
<dd>A url pointing at a .cur file to be used as the cursor when dragging the overscrolled element</dd>
<dt>options.direction {Optional('auto')} {String}</dt>
<dd>The scroll direction of the overscrolled element, by default it will auto-detect the available directions. You can also restrict direction by setting this property equal to 'vertical' or 'horizontal'</dd>
</dl>
<p>
<dl>
<dt>options.showThumbs {Optional(true)} {Boolean}</dt>
<dd>Designates whether or not to show the scroll-bar thumbs on the scrollable container</dd>
<dt>options.openedCursor {Optional('opened.cur')} {String}</dt>
<dd>A url pointing at a .cur file to be used as the cursor when hovering over the overscrolled element</dd>
<dt>options.closedCursor {Optional('closed.cur')} {String}</dt>
<dd>A url pointing at a .cur file to be used as the cursor when dragging the overscrolled element</dd>
<dt>options.direction {Optional('auto')} {String}</dt>
<dd>The scroll direction of the overscrolled element, by default it will auto-detect the available directions. You can also restrict direction by setting this property equal to 'vertical' or 'horizontal'</dd>
</dl>
</p>
<dd>
</dl>

Expand Down

0 comments on commit eb0e9cd

Please sign in to comment.