Replies: 1 comment
-
This is going to be nearly impossible to accurately help with without the repo. However, I would assume that something is blocking your main thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having a problem while trying to tweak performance of my animation. At the beginning of the animation there is a little lag which is consistent. See gif: https://share.cleanshot.com/IVeQJc
I've done a performance analysis and noticed that there is a "long task" warning and "composite layers" at the flame chart graph.

What could be the problem?
P.S. Tried to use "will-change" property, but it didn't help
Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions