Skip to content

Commit b57e8b3

Browse files
committed
Update README.md
1 parent 9c7ef38 commit b57e8b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ A small, performant, flexible and composable animation library for [React](https
88

99
## Features
1010

11-
- Performant animation driven by native [Web Animations API (WAAPI)](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API).
11+
- Performant animation driven by native [Web Animations API (WAAPI)](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API), but with minimal stress integrating it to React.
12+
- HTML, SVG, Canvas and other things can be animated.
1213
- [TypeScript](https://www.typescriptlang.org/) centric design for modern web application development.
13-
- Flexible and composable APIs based on React hooks.
14-
- [Tiny bundle size (currently about 1.8kB gzipped)](https://bundlephobia.com/package/react-animatable) and has zero dependencies.
14+
- Composable and declarative APIs based on React hooks.
15+
- [Tiny bundle size (currently about 2kB gzipped)](https://bundlephobia.com/package/react-animatable) and has zero dependencies.
1516

1617
## Demo
1718

0 commit comments

Comments
 (0)