Skip to content

iconGrid: Avoid animating the same icon twice

Daniel van Vugt requested to merge vanvugt/gnome-shell:fix-2167 into master

If the icon proper has opacity of zero then that's probably because a clone of it is animating. So avoid animating the source actor too.

And if there's any other reason for the opacity being zero, still don't animate it because we can't see it :)

Closes: #2167 (closed)

Merge request reports