Skip to content

Commit 91e6078

Browse files
committed
Update README.md
1 parent 161494c commit 91e6078

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,15 @@ addons:
5959
to="(300, 400)"
6060
/>
6161
```
62+
63+
#### Animation
64+
65+
```html
66+
<FancyArrow
67+
from="(100, 200)"
68+
to="(300, 400)"
69+
animated
70+
animation-duration="1000"
71+
animation-delay="500"
72+
/>
73+
```

0 commit comments

Comments
 (0)