Skip to content

Commit

Permalink
Merge pull request #1 from garylocke/fixing_typos
Browse files Browse the repository at this point in the history
Fixing typos in README.md
  • Loading branch information
alvarotrigo authored Feb 28, 2018
2 parents 14a89f9 + 6099bcc commit 22284b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

## Introduction

Why another smooth scrolling library? Don't we have enoguth?
Indeed we do! And some are great in fact! But I didn't need such a big amout of code for my simple purpose of using `scrollTop` programatically. This is only 400 bytes minified!
Why another smooth scrolling library? Don't we have enough?
Indeed we do! And some are great in fact! But I didn't need such a big amount of code for my simple purpose of using `scrollTop` programmatically. This is only 400 bytes minified!

This library reduces the code to the bary minimum and stills providing some nice features such as:
This library reduces the code to the bare minimum and still provids some nice features such as:

- Callback on finish.
- Optionally scroll a different element than the window.
- Use different easings as jQuery UI did in the past.
- Stop animation programatically.
- Stop animation programmatically.

## Usage

Expand All @@ -33,7 +33,7 @@ skrollTop.scrollTo({
});
```

Another example with all parameters would be as follow:
Another example with all parameters would be as follows:

```javascript
skrollTop.scrollTo({
Expand Down

0 comments on commit 22284b8

Please sign in to comment.