react-spring

✌️ A spring physics based React animation library

Github星跟踪图

react-spring is a spring-physics based animation library that should cover most of your UI related animation needs. It gives you tools flexible enough to confidently cast your ideas into moving interfaces.

This library represents a modern approach to animation. It is very much inspired by Christopher Chedeau's animated and Cheng Lou's 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.

npm version Join the community on Spectrum Backers on Open Collective Sponsors on Open Collective

Installation

npm install react-spring

Try the beta for v9.0.0:

npm install react-spring@next

Documentation and Examples

More info about the project can be found here.

Examples and tutorials can be found here.


Why springs and not durations

The principle you will be working with is called a spring, it does not have a defined curve or a set duration. In that it differs greatly from the animation you are probably used to. We think of animation in terms of time and curves, but that in itself causes most of the struggle we face when trying to make elements on the screen move naturally, because nothing in the real world moves like that.

We are so used to time-based animation that we believe that struggle is normal, dealing with arbitrary curves, easings, time waterfalls, not to mention getting this all in sync. As Andy Matuschak (ex Apple UI-Kit developer) expressed it once: Animation APIs parameterized by duration and curve are fundamentally opposed to continuous, fluid interactivity.

Springs change that, animation becomes easy and approachable, everything you do looks and feels natural by default. For a detailed explanation watch this video.

What others say

Used by

And many others ...

Funding

If you like this project, please consider helping out. All contributions are welcome as well as donations to Opencollective, or in crypto:

BTC: 36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH

ETH: 0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682

You can also support this project by becoming a sponsor. Your logo will show up here with a link to your website.

Gold sponsors

Other Sponsors

Backers

Thank you to all our backers! ?

Contributors

This project exists thanks to all the people who contribute.

主要指标

概览
名称与所有者pmndrs/react-spring
主编程语言TypeScript
编程语言JavaScript (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2018-03-07 15:39:32
推送于2025-04-22 11:32:40
最后一次提交
发布数290
最新版本名称v0.0.0-nightly-eb09c79 (发布于 )
第一版名称v1.0.1 (发布于 2018-03-07 18:40:54)
用户参与
星数28.6k
关注者数192
派生数1.2k
提交数3.5k
已启用问题?
问题数1246
打开的问题数105
拉请求数429
打开的拉请求数16
关闭的拉请求数158
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?