Avg Anim Tick is non-zero even with animations disabled #10999
-
Hi! I'm seeing some potentially unintended behavior in Hyprland. animations {
enabled = false
} However, the debug overlay still shows animation ticks running: Avg Anim Tick: 1.73ms (var 3.08)(586.68 TPS) I'm not sure if this is expected behavior, but I assumed that with animations completely disabled, there wouldn’t be any animation ticks running at all. Could someone clarify if this is normal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When your animations are disabled, the animation manager still ticks, but instead of changing the values according to a curve, it "warps" them (immediately sets them to the desired value). So what you gathered it to be expected I think. I have a branch laying around that adds a hyprctl command to inspect active animations. Let me know if that would be useful to you. |
Beta Was this translation helpful? Give feedback.
When your animations are disabled, the animation manager still ticks, but instead of changing the values according to a curve, it "warps" them (immediately sets them to the desired value).
So what you gathered it to be expected I think.
I have a branch laying around that adds a hyprctl command to inspect active animations. Let me know if that would be useful to you.