Skip to content

Commit 52b9885

Browse files
authored
Updated README
1 parent f5df8b9 commit 52b9885

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ https://teodosii.github.io/react-tweenful/
2121

2222
## Examples
2323

24+
### Observer
25+
26+
Usage of `Observer` component together with `Tweenful`. Animate movement with `Tweenful` and subscribe to mount and unmount with `Observer`.
27+
28+
![Observer](https://github.com/teodosii/react-tweenful/raw/master/gif/observer.gif "Observer")
29+
2430
### ObserverGroup
2531

2632
Usage of `ObserverGroup` component to watch for mounting and unmounting over a list of notifications
@@ -48,6 +54,10 @@ Usage of `ObserverGroup` component to watch for mounting and unmounting over a l
4854
</ObserverGroup>
4955
```
5056

57+
### Animate route transition
58+
59+
![Routing](https://github.com/teodosii/react-tweenful/raw/master/gif/transition.gif "Routing")
60+
5161
### Prism
5262

5363
![Prism](https://github.com/teodosii/react-tweenful/raw/master/gif/rotating-svg.gif "Prism")

0 commit comments

Comments
 (0)