Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Delpa authored Aug 1, 2016
1 parent b41119c commit e774498
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Using `npm`
```html
<div data-aosaa="animation_name">
```
Script will added "animation name" in the class on this element, if you scroll to it
Script will added "animation name" in the class on this element, if you scroll to it.

####Examples:
```html
Expand Down Expand Up @@ -67,9 +67,9 @@ These settings can be set only in options object while initializing AOSAA.

##### Initial Class AOSAA

Default is added 'animated' in class when is AOSAA initialized
Default is added 'animated' in class when is AOSAA initialized.

example
example:
```javascript
//when it has already been initialized automatic is added 'animated'
<div class="foo animated" data-aosaa="bar">
Expand Down Expand Up @@ -114,3 +114,4 @@ There is also posibility to pass a `function`, which should at the end return `t
```

### :v: this is a fork of AOS.
Enjoy.

0 comments on commit e774498

Please sign in to comment.