I recently updated react-spring (was on beta22) and some of my transforms animations are broken.
Use interpolate to create a transform

This should work perfectly
Add transformOrigin: 'what ever you want'

The animation will not fire
The animation should work with the correct transform origin
react-spring ^9.0.0-beta.33react v16.8.6This should be black flagged like that other prop which caused problems I think it was zIndex. Thanks for the report 馃憤
Fixed in @react-spring/web v9.0.0-beta.34
Run yarn --force to use it
Thank you, that was fast !
Most helpful comment
Fixed in
@react-spring/webv9.0.0-beta.34Run
yarn --forceto use it