react-spring
react-spring copied to clipboard
✌️ A spring physics based React animation library
## 🐛 Bug Report The returned value from useTransition styles is not assignable to a prop with type CSSProperties. The full error is: ``` TS2322: Type '{ opacity: SpringValue; }'...
## 🐛 Bug Report well, it's quite strange but this is probably a bug. the title describes the issue exactly. I'm working on new major release for [react-xarrows](https://github.com/Eliav2/react-xarrows) and wanted...
Trying to change spring config depending on the state, but there is some strange behavior. [Example 1](https://codesandbox.io/s/quizzical-oskar-e7ywv). **Expected behavior:** on mount animation plays once and stops. Press "Start looping an...
## 🤓 Question What is the proper way to loop a Trail in v9.0? I've had success with the loop prop for Springs but I'm having difficulty using it with...
For some reason the delay works like duration and duration does not work at all. What I am hoping to do is wait for 10 seconds then allow the colors...
fix typo
### Why There is typo in the documentation ### What Fixed it ### Checklist - [x] Ready to be merged
### Why * resolves #1985 ### What * make it more verbose by validating S extends L in ternary thus support TS < 4.7 again ### Checklist - [x] Ready...
### 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...
Fix typo
### Why Found a typo. ### What Fixed a typo regarding the global `skipAnimation` flag. ### Checklist - [ ] Documentation updated
### Why The docs for [interpolation](https://react-spring.dev/common/interpolation#interpolations) are missing the `to` function implementation. I had to go through some examples to figure out how to use the `to` function. My addition...