react-spring
react-spring copied to clipboard
✌️ A spring physics based React animation library
### A clear and concise description of what the feature is I'm considering submitting a PR (wondering if it would be welcome before I put the work in) to add...
### 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...
### 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...
### 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...
## 🚀 Feature Proposal The idea is to be able to set a spring config per value in a single `useSpring`. ## Motivation + Example I like to use a...
## 🐛 Bug Report There is an extra move to the right which accumulates in time. The first one takes place with the third iteration of transition ## To Reproduce...
### Which react-spring target are you using? - [X] `@react-spring/web` - [X] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of react-spring...
## 🐛 Bug Report I have an ``. It gets passed a formatted string from `Intl.NumberFormat` with `signDisplay: "always"`. This means a `+` is prepended. This plus gets dropped by...
## 🐛 Bug Report ## To Reproduce I use the spring API like this: ```typescript const [props, api] = useSpring(() => ({ opacity: 0, onRest: { opacity: (v) => {...
## Proposal react-spring's desire to completely avoid rendering has been causing tons and tons of problems for me ever since I tried adopting it. The seemingly opaque SpringValue datatype can...