Skip to content

Commit

Permalink
Merge pull request #52 from markwtaylor/patch-1
Browse files Browse the repository at this point in the history
Update README.md Option defaults for duration and offset
  • Loading branch information
d-oliveros committed Dec 23, 2015
2 parents 3200a22 + 071d768 commit 6ea9ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ link: function($scope, $elem, $attrs){

#### duration
Type: `Integer`
Default: `0`
Default: `800`

The duration of the smooth scroll, in miliseconds.

#### offset
Type: `Integer`
Default: `800`
Default: `0`

The offset from the top of the page in which the scroll should stop.

Expand Down

0 comments on commit 6ea9ace

Please sign in to comment.