You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,16 @@
10
10
11
11
This library represents a modern approach to animation. It is very much inspired by Christopher Chedeau's [animated](https://github.com/animatedjs/animated) and Cheng Lou's [react-motion](https://github.com/chenglou/react-motion). It inherits animated's powerful interpolations and performance, as well as react-motion's ease of use. But while animated is mostly imperative and react-motion mostly declarative, react-spring bridges both. You will be surprised how easy static data is cast into motion with small, explicit utility functions that don't necessarily affect how you form your views.
12
12
13
-
[](https://travis-ci.org/drcmda/react-spring)[](https://badge.fury.io/js/react-spring)[](https://spectrum.chat/react-spring)<spanclass="badge-patreon"><ahref="https://www.patreon.com/0xca0a"title="Donate to this project using Patreon"><imgsrc="https://img.shields.io/badge/patreon-donate-yellow.svg"alt="Patreon donate button" /></a></span> [](#backers)[](#sponsors)
13
+
[](https://travis-ci.org/drcmda/react-spring)[](https://badge.fury.io/js/react-spring)[](https://spectrum.chat/react-spring)[](#backers)[](#sponsors)
14
14
15
15
### Installation
16
16
17
17
npm install react-spring
18
18
19
19
### Documentation and Examples
20
+
More info about the project can be found [here](https://www.react-spring.io).
20
21
21
-
https://www.react-spring.io
22
+
Eamples and tutorials can be found [here](https://www.react-spring.io/docs/hooks/basics).
22
23
23
24
---
24
25
@@ -52,7 +53,11 @@ And [many others](https://github.com/drcmda/react-spring/network/dependents) ...
52
53
53
54
## Funding
54
55
55
-
If you like this project, please consider helping out. All contributions are welcome as well as donations to [Opencollective](https://opencollective.com/react-spring), or in crypto: 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH (BTC) or 0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682 (ETH).
56
+
If you like this project, please consider helping out. All contributions are welcome as well as donations to [Opencollective](https://opencollective.com/react-spring), or in crypto:
57
+
58
+
BTC: 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH
59
+
60
+
ETH: 0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682
56
61
57
62
You can also support this project by becoming a sponsor. Your logo will show up here with a link to your website.
58
63
@@ -62,7 +67,7 @@ You can also support this project by becoming a sponsor. Your logo will show up
0 commit comments