wallpapers/image: Don't show background color during transition (alternate take)
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.