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

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

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

kind: bug
type: help wanted
area: core

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

kind: bug
type: good first issue
area: core

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

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

kind: request

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

type: good first issue
kind: chore

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

template: bug

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

kind: request
area: core

## 🐛 Bug Report ## To Reproduce I use the spring API like this: ```typescript const [props, api] = useSpring(() => ({ opacity: 0, onRest: { opacity: (v) => {...

kind: bug
area: core

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

kind: request