-
-
Notifications
You must be signed in to change notification settings - Fork 189
Feature Request: react-spring support for v8 #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The approach used in react-spring/three should be able to be used in @pixi/react v8 Dependencies:
Using react-spring/three as a guide, you should be able to use |
So there's no plan to update @pixi/react-animated to work with v8? |
@juniorbatistadev There are no plans yet because, as @thejustinwalsh mentioned, React Spring doesn't yet work with React 19. Once there's a React 19 compatible release of React Spring, we'll absolutely look into supporting it. That said, there are other animation libraries (i.e. Motion One) which may also be worth supporting. We likely won't get deep into any of these until |
Motion support would be a dream come true. |
Now that If you already use |
@RJWadley this is awesome! Would you be interested in incorporating this directly into Pixi React? |
@trezy I would love that if yall're interested! |
@RJWadley Yessir! Poke me on Discord and we can discuss further. 🥰 |
Description
The v8 version of
@pixi/react
has some breaking changes. It seems that@pixi/react-animated
is no longer suitable for this version.Are there any examples of
react-spring
being used for v8 version?Or how can I use the
animated
function fromreact-spring
to lift@pixi/react
components?The text was updated successfully, but these errors were encountered: