Skip to content
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

Facing frame rate drop on iOS browsers #133

Open
code-crusher opened this issue Jun 23, 2021 · 0 comments
Open

Facing frame rate drop on iOS browsers #133

code-crusher opened this issue Jun 23, 2021 · 0 comments

Comments

@code-crusher
Copy link

When rendering the Lottie files on iPhone 12 / iOS 14.5 browsers(haven't tested on any other version), there is a frame rate drop in the animation. Same performance issue on Safari, Chrome and Firefox for iOS.

Same implementation over Android works as expected.

Current implementation:

<Lottie 
options={ {
loop: true,
autoplay: true, 
animationData: animationData,
}}
/> 

The size of the Lottie file is ~3MB.

Any advice as to how this can be resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant