Skip to content

Commit

Permalink
Merge pull request #35 from VoloshchenkoAl/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
VoloshchenkoAl authored Nov 28, 2020
2 parents b364d33 + 3992357 commit f623b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install with npm:
npm install --save morphing-pointer
```

<img src="https://raw.githubusercontent.com/VoloshchenkoAl/morphing-pointer/master/public/animation.gif" alt="morphing pointer" />
<img src="https://raw.githubusercontent.com/VoloshchenkoAl/morphing-pointer/main/public/animation.gif" alt="morphing pointer" />

## Example of use

Expand All @@ -30,6 +30,7 @@ And use different triggers in html to add different types of animation
| lift | data-pointer-type="lift" |
| content | data-pointer-type="content" |


```html
<button data-pointer-type="lift">Button</button>
<button data-pointer-type="highlight">Another button</button>
Expand Down

0 comments on commit f623b3a

Please sign in to comment.