react-spring icon indicating copy to clipboard operation
react-spring copied to clipboard

✌️ A spring physics based React animation library

Results 185 react-spring issues
Sort by recently updated
recently updated
newest added

## 🐛 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`...

kind: bug

## 🐛 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...

kind: bug

## 🐛 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. ![image](https://user-images.githubusercontent.com/15931560/118405058-90164080-b66d-11eb-8e0d-5e556699af67.png) There are several...

status: won't fix
area: typescript

## 🚀 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...

kind: request

## 🐛 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...

kind: request

### 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...

template: bug

## 🐛 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...

kind: bug
area: core

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.

type: help wanted
area: react-native

### 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/)....

kind: request

## 🐛 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...

kind: bug
area: core