Skip to content
  • Florian Müllner's avatar
    iconGrid: Fix animation glitch · b4797956
    Florian Müllner authored and Marco Trevisan's avatar Marco Trevisan committed
    Since commit 520cea93, the opacity of icon grid children is used
    both to skip children outside the current viewport and to hide the
    real icons while animating icon clones.
    
    As a result, a grid animation during an animation now ends up showing the
    icons that are being animated. Avoid that glitch by leaving children's
    opacity alone when there's an ongoing animation.
    
    !582
    b4797956