Skip to content

Commit

Permalink
Merge branch 'master' of github.com:noeldelgado/gemini-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
noeldelgado committed Jun 21, 2015
2 parents 6773683 + f79d8ab commit e9af337
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var myScrollbar = new GeminiScrollbar({
**LESS**

```less
@import (css) "<path-to-gemini-scrollbar>/gemini-scrollbar.css";
@import (inline) "<path-to-gemini-scrollbar>/gemini-scrollbar.css";
```

**CSS**
Expand All @@ -80,13 +80,18 @@ createElements | Boolean | `true` | Create and append the require HTMLElements a

\* `required`

## Methods
## Basic Methods

name | description
:--- | :---
create | Bind the events, create the required elements and display the scrollbars.
update | Recalculate the viewbox and scrollbar dimensions.
destroy | Unbind the events and remove the custom scrollbar elements.

## Other Mehods

name | description
:-- | :--
getViewElement | Returns the scrollable element

## Customization
Expand Down

0 comments on commit e9af337

Please sign in to comment.