mirror of
https://github.com/akveo/eva-icons.git
synced 2025-09-08 21:20:47 +02:00
docs(readme): fix couple of typos (#29)
This commit is contained in:
committed by
Dmitry Nehaychik
parent
3234ce67bf
commit
3810b6369f
@@ -134,7 +134,7 @@ Replaces all elements that have a `data-eva` attribute with SVG markup.
|
|||||||
eva.replace({
|
eva.replace({
|
||||||
aniamtion: {
|
aniamtion: {
|
||||||
type: string, // zoom, pulse, shake, flip
|
type: string, // zoom, pulse, shake, flip
|
||||||
hover: booleam, // default true
|
hover: boolean, // default true
|
||||||
infinite: boolean, // default false
|
infinite: boolean, // default false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -146,7 +146,7 @@ eva.replace({
|
|||||||
```html
|
```html
|
||||||
<div class="eva-parent-hover">
|
<div class="eva-parent-hover">
|
||||||
<i data-eva="github" data-eva-animation="zoom"></i>
|
<i data-eva="github" data-eva-animation="zoom"></i>
|
||||||
Zoom aniamtion
|
Zoom animation
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user