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

Very poor performance with certain animations[BUG] #283

Open
Glomby opened this issue Jun 20, 2024 · 0 comments
Open

Very poor performance with certain animations[BUG] #283

Glomby opened this issue Jun 20, 2024 · 0 comments
Labels

Comments

@Glomby
Copy link

Glomby commented Jun 20, 2024

Description

I am porting a Xamarin.Forms App to Maui and therefor switched from the xamarin lottie plugin to SKottie. All animations are the same as in the Xamarin App but on some animations the screen rendering goes from 60 down to 12 fps or even lower. I uploaded one of those animations to test it yourself.

The only thing I found so far is that it might have something to do with embedded images in those animations. Which has only been added recently so maybe there are still issues because of it. Those very same animations however run perfectly fine in my old App.

I might have also found animations without embedded images that are causing issues like this but im still testing those. It is slowing down my Apps UI so much though that the user experience is heavily reduced due to these slow animations.
Edit: Yes I did find one of my animations with multiples gradients but no embedded images to cause very poor performance too.

Expected Behavior

Animations should run smoothly without affecting the UI of the App.

Actual Behavior
Screen rendering goes way below 60 fps (on a 60Hz phone) and the whole UI feels sluggish. I measured as low is 6 fps.

Basic Information

  • Version with issue:
    • SkiaSharp(3.0.0-preview.3.1),
    • SkiaSharp.Extended.UI.Maui(3.0.0-preview.7),
    • SkiaSharp.Skottie(3.0.0-preview.3.1),
    • SkiaSharp.Views.Maui.Controls(3.0.0-preview.3.1)
  • Last known good version: none
  • IDE: Visual Studio Professional 2022 v17.10.2
  • Platform Target Frameworks:
    • Android: 34
    • iOS: 16
  • Target Devices: Tested on:
    • Samsung Galaxy S9
    • iPhone X

Reproduction Link

Simplified Testproject: Press the button to get to the most problematic animations. All of this runs absolutely flawlessly in Xamarin, even on older Android Devices:

https://github.com/Glomby/Maui-Skottie-Performance-Test

https://app.lottiefiles.com/share/a34d4778-b012-4ca9-911c-5b45ea19788f

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

No branches or pull requests

1 participant