react-spring
react-spring copied to clipboard
✌️ A spring physics based React animation library
## 🚀 Feature Proposal In the title. ## Motivation Cause it makes no sense why it wouldn't? ## Example this - https://codesandbox.io/embed/zn2q57vn13
## 🚀 Feature Proposal (A clear and concise description of what the feature is.) We have shorthand style props in `web` as documented here: https://aleclarson.github.io/react-spring/v9/#Shorthand-style-props It would be great to...
## 🐛 Bug Report The following example is very laggy while running on safari , though it is very smooth on Chrome Android ## To Reproduce https://codesandbox.io/embed/j0y0vpz59 Steps to reproduce...
## 🚀 Feature Proposal? When I add/remove an item from an array, I need to do transition animations on multiple DOM elements. Imagine children or elements on the same level....
Feature proposal for the new `expires` prop: 1. pass in a single animated value, or an array of animated values, so unmount will wait for these additional animated value(s) to...
## 🐛 Bug Report When using firefox (tested on mac / windows) the react spring animations become extremely slow and make the complete page no longer useable. At first I...
## 🚀 Feature Proposal Use [react-native-reanimated](https://github.com/kmagiera/react-native-reanimated) on React Native. ## Motivation It should provide 60 fps animations even on low end Android devices. The animations would run at the native...
**Value offer:** Selective debugging of animated values Add the `debug` prop to `useSpring` et al which: - enables more logs - does other stuff? records in chrome devtools?
## 🚀 Feature Proposal `useTrail` uses `useSprings` under the hood and the - I believe - undocumented `attach` attribute to attach controllers from the first spring to the last. I...
Discussed briefly in https://github.com/drcmda/react-spring/issues/5#issuecomment-378661614, but it would be nice if react-spring could calculate the to/from states if not explicitly provided, similar to [react-flip-move](https://github.com/joshwcomeau/react-flip-move) which uses the [FLIP](https://aerotwist.com/blog/flip-your-animations/) technique (ultimately `getBoundingClientRect`)...