Skip to content

wallpapers/image: Don't show background color during transition (alternate take)

David Edmundson requested to merge work/colour_fade into master

Having the background colour inside the stack means it also has opacity applied. Without a layer a rectangle with an opacity and an image with an opacity will show both at once.

By moving the rectangle outside the fade animation we avoid that.

Merge request reports