Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
velocityzen committed Sep 17, 2012
1 parent ea153ae commit 3b2f29c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Expand Up @@ -7,15 +7,17 @@ Several jQuery extensions for scrolling window

__Rolling always interupt when user start to scroll__

$(window).rollTo(roll, options, callback);

__roll__ //selector or number
options = {
shift: 0, //shift of original position, can be negative
duration: 1000, //animation duration
ease: 'linear' //easing function
}
callback //callback function
```js
$(window).rollTo(roll, options, callback);

roll, //selector or number
options = {
shift: 0, //shift of original position, can be negative
duration: 1000, //animation duration
ease: 'linear' //easing function
},
callback //callback function
```

### Usage

Expand Down

0 comments on commit 3b2f29c

Please sign in to comment.