Fade
Fade
is used to build opacity animations without removing the element from the canvas.
By default, Fade
starts with normal opacity (100%). To make the element hidden, an opacity of 0% is applied. This effect is known as Fade out
.
To make the element appear again, Fade
resets the opacity to 100%. This effect is known as Fade in
.