-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Bug: <animatedSprite>
doesn't support animationSpeed
#552
Comments
AnimatedSprite's constructor options are defined as A constructor override for AnimatedSprite including the props may be the best solution. |
Pixi v8.3.0 now has AnimatedSpriteOptions as a consturctor: pixijs/pixijs@24d857e Bumping the min version in the deps, and adding LMK when you want to version bump, and I'll make the PR for the AnimatedSprite ConstructorOptions. |
We can do the bump immediately. I'll just make sure to include it in the release notes. 😉 |
Digging into this issue, it looks like |
Current Behavior
When using
<animatedSprite animationSpeed={1}>
, Typescript reports thatanimationSpeed
doesn't exist.Expected Behavior
animationSpeed
is supported on<animatedSprite>
.Steps to Reproduce
<animatedSprite>
in an app with Typescript and@pixi/react
animationSpeed
to the componentEnvironment
@pixi/react
version: 8.0.0-beta.14pixi.js
version: 8.2.6Possible Solution
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: