react-spring
react-spring copied to clipboard
✌️ A spring physics based React animation library
## 🐛 Bug Report In v8 with `useTransition` hook you could use it this way: `{transitions.map(({item, props: {opacity}, key, state}) => { ...` And later in the body of `map`...
## 🐛 Bug Report If there is setState in the onResolve callback, then api.set does not work ## To Reproduce https://codesandbox.io/s/hardcore-tu-e5txu ## Expected behavior api.set can work normally ## Link...
## 🐛 Bug Report Using react-spring in conjunction with styled-components css prop in Typescript causes a "Type instantiation is excessively deep and possibly infinite" compilation error.  There are several...
## 🚀 Feature Proposal **The ability to animate (and persist) components during route changes.** ## Motivation Currently it's not possible (or difficult) to animate components during a route change, but...
## 🐛 Bug Report The title says it all, but for reference: https://github.com/pmndrs/react-spring/commit/f8a54c5c6ed66b1e4c02bfff152e40ce8470f967 Why was it removed? And why isn't the documentation updated to remove the event reference... ## Environment...
### Which react-spring target are you using? - [X] `@react-spring/web` - [ ] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...
## 🐛 Bug Report Stringified or literal floats are being cast to integers when they are only significant to one value via `useSpring`. ## To Reproduce The described problem is...
Are you planning to support useNativeDriver for react-native? Which perform the animation on the UI thread without having to go through the bridge on every frame.
### A clear and concise description of what the feature is I think we should explore creating an abstraction for use-spring and use-gesture in the same vein as [Framer Motion](https://www.framer.com/docs/introduction/)....
## 🐛 Bug Report When `Globals.assign({ skipAnimation: true });` is used, an useTransition defining `enter` as a function will not have those changes applied, while one providing the same change...