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

### Why The current behavior for a decay animation is to finish when the difference between the current spring value and the value during the previous frame is less than...

### A clear and concise description of what the feature is When using `SpringValue` interpolations, we should be able to interpolate with a delay. ### Why should this feature be...

template: request

### Which react-spring target are you using? - [ ] `@react-spring/web` - [ ] `@react-spring/three` - [x] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...

type: needs repro
template: bug

### A clear and concise description of what the feature is A new component / hook that animates elements depending on whether their children are being rendered or not _without_...

kind: request
area: core

All the packages in this repo require `react` and `react-dom` as peer dependencies, and `react-spring` does not provide them even though they are listed as dependencies. It needs to "pass...

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

### A clear and concise description of what the feature is #### Add `onScroll` prop to `Parallax` Add a prop to `Parallax` that takes a function that receives the pixel...

kind: request
type: RFC

### Discussed in https://github.com/pmndrs/react-spring/discussions/1859 Originally posted by **raarts** March 11, 2022 Here's my codesandbox: https://codesandbox.io/s/toasters-independent-animation-ikp8e5?file=/src/App.tsx This code runs fine on react native web. But on iOS it results in the...

kind: bug
area: react-native

## 🚀 Feature Proposal Just like CSS Scroll Snap, but for react-spring's `Parallax`. Because `ParallaxLayers` are `position: absolute`, CSS Scroll Snap can't work for them. Example [here](https://codesandbox.io/s/react-spring-parallax-forked-n3gu5?file=/src/index.js). I'd like to...

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