Skip to content
  • Nate Graham's avatar
    3478fa07
    Completely disable animations when animations are globally disabled · 3478fa07
    Nate Graham authored
    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.
    
    BUG: 482829
    FIXED-IN: 6.1
    3478fa07
    Completely disable animations when animations are globally disabled
    Nate Graham authored
    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.
    
    BUG: 482829
    FIXED-IN: 6.1
Loading