Skip to content

Commit

Permalink
Fix typos in README.md (michalsnik#403)
Browse files Browse the repository at this point in the history
Fixed 2 typos.
  • Loading branch information
shermendev authored and michalsnik committed Oct 3, 2018
1 parent 5b40aa9 commit 2f62a4d
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 @@ -79,7 +79,7 @@ AOS.init({
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll

// Settings that can be overriden on per-element basis, by `data-aos-*` attributes:
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 120, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 400, // values from 0 to 3000, with step 50ms
Expand Down Expand Up @@ -173,7 +173,7 @@ Then you'll be able to listen for two custom events then:
## Recipes:

#### Adding custom animations:
Sometimes built-in animations are just not enough. Let's say you need one box to have different animation depending on resultion.
Sometimes built-in animations are just not enough. Let's say you need one box to have different animation depending on resolution.
Here's how you could do it:

```css
Expand Down

0 comments on commit 2f62a4d

Please sign in to comment.