Skip to content

πŸ™Œ Helping react-motion and animated to become best friends

License

Notifications You must be signed in to change notification settings

Zneider/react-spring

This branch is 2610 commits behind pmndrs/react-spring:next.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee58c68 Β· Oct 29, 2018
Apr 19, 2018
Aug 19, 2018
Oct 28, 2018
Oct 28, 2018
Oct 27, 2018
Oct 29, 2018
Oct 26, 2018
Sep 8, 2018
Oct 4, 2018
Oct 27, 2018
Mar 8, 2018
Aug 24, 2018
Aug 21, 2018
Mar 7, 2018
Oct 8, 2018
Oct 27, 2018
Oct 27, 2018
Oct 27, 2018
Oct 28, 2018
Oct 22, 2018
Oct 27, 2018
Jul 11, 2018
Oct 27, 2018

Repository files navigation

Patreon donate button Backers on Open Collective Sponsors on Open Collective Build Status npm version react version Join the community on Spectrum

npm install react-spring

react-spring is a spring physics based animation library for React.

It takes inspiration from Christopher Chedeau's animated and Cheng Lou's react-motion. Although both are similarily spring-physics based they are still polar opposites.

Declarative Primitives Interpolations Performance
React-motion   βœ… βœ… ❌ ❌
Animated       ❌ ❌ βœ… βœ…
React-spring   βœ… βœ… βœ… βœ…

react-spring builds upon animated's foundation while inheriting react-motions declarative api, going to great lengths to simplify it. It has lots of useful animation primitives, can interpolate mostly everything and last but not least, can efficiently animate by committing directly to the dom instead of re-rendering a component frame-by-frame through React.

For a more detailed explanation read Why React needed yet another animation library.

Full documentation and examples here: react-spring.surge.sh

What others say

Used by

And many others ...

Funding

If you like this project, consider helping out, all contributions are welcome as well as donations to opencollective or Patreon. You can make one off donations in crypto to 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH (BTC).

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! πŸ™

Gold sponsors

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

About

πŸ™Œ Helping react-motion and animated to become best friends

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%