Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jersyfi authored Jul 6, 2021
1 parent f238f36 commit e4f97f3
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 @@ -68,11 +68,11 @@ data-p-element -> Defines that it is a element for movement
<br>data-p-move -> Factor from 0 to unlimited (float with dots allowed)

```html
<div data-p-element data-p-move="0.5">
<div data-ea-element data-ea-move="0.5">
Example text or element here.
</div>

<div data-p-element data-p-move="0.8">
<div data-ea-element data-ea-move="0.8">
Secound example text or element here.
</div>
```
Expand Down

0 comments on commit e4f97f3

Please sign in to comment.