We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rendererSettings
type AnimationConfig
Describe the bug Typescript is potentially missing some definitions for rendererSettings
To Reproduce
<Lottie rendererSettings={{ preserveAspectRatio: 'xMidYMid slice', width: '100%', height: '100%', }} />
Expected behavior TS doesn't complain and we get auto-complete for SVG render props
Additional context I might be missing something as I have only just started using the lib, seems great also btw, thank you and great work 🙌
The text was updated successfully, but these errors were encountered:
Hmm I think I am missing something, as I see some other attributes under rendererSettings SVGRendererConfig
SVGRendererConfig
My specific issue is I have a .json lottie file rendering with inline width and height properties that I would like to override/remove
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Typescript is potentially missing some definitions for
rendererSettings
To Reproduce
rendererSettings
type AnimationConfig
Expected behavior
TS doesn't complain and we get auto-complete for SVG render props
Additional context
I might be missing something as I have only just started using the lib, seems great also btw, thank you and great work 🙌
The text was updated successfully, but these errors were encountered: