Skip to content
Commit d2ee3cbe authored by Nate Graham's avatar Nate Graham
Browse files

Completely disable animations when animations are globally disabled

Right now we rely on this happening implicitly when the relevant
duration values become 0. But an animation with a 0 duration does not
work as expected with certain types of QtQuick Animators. In addition,
even if it does work, a 0-duration animation is inefficient, doing
extra work for no reason. Let's disable the animations entirely when
we know the user has globally disabled animations.
parent aae91872
Pipeline #627701 passed with stage
in 1 minute and 55 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment