jquery / 3.6.0 / category / effects / fading.html /

Category: Fading

These methods adjust the opacity of elements.

.fadeIn()

Display the matched elements by fading them to opaque.

.fadeOut()

Hide the matched elements by fading them to transparent.

.fadeTo()

Adjust the opacity of the matched elements.

.fadeToggle()

Display or hide the matched elements by animating their opacity.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/effects/fading