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

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` | |...

dependencies
kind:chore

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

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

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

template: bug

### Why Currently, calling `useReducedMotion` on a Safari browser older than v14 causes an error, crashing the app. This pull request adds compatibility checks, so that `useReducedMotion` can be called...

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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`15.0.7` -> `16.0.1`](https://renovatebot.com/diffs/npm/@testing-library%2freact/15.0.7/16.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
kind: chore

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.1` -> `9.29.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
kind: chore

Allows the `className` prop of animated components (like `animated.div`) to be passed a `SpringValue`. In the past, attempting to animate this prop would result in a `class-name` attribute being created...