jQuery API

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.

Time to cache: 0.03129