Cross Fade
Web/CSS
The cross-fade()
CSS function can be used to blend two or more images at a defined transparency.
The cross-fade()
function takes a list of images with a percentage defining how much of each image is retained in terms of opacity when it is blended with the other images.
So we can use cross-fade()
to achieve the background image translucency effect.
Ref: cross-fade()