Slide effect
  • References/JavaScript/jQuery UI/Effects

Slides the element out of the viewport. slide

2025-01-10 15:47:30
.addClass()
  • References/JavaScript/jQuery UI/Effects

Adds the specified class(es) to each of the set of matched elements while animating all style changes.

2025-01-10 15:47:30
Transfer effect
  • References/JavaScript/jQuery UI/Effects

Transfers the outline of an element to another element Very useful when trying to visualize interaction

2025-01-10 15:47:30
Highlight effect
  • References/JavaScript/jQuery UI/Effects

The highlight effect hides or shows an element by animating its background color first.

2025-01-10 15:47:30
Blind effect
  • References/JavaScript/jQuery UI/Effects

The blind effect hides or shows an element by wrapping the element in a container, and "pulling the blinds" The

2025-01-10 15:47:30
Drop effect
  • References/JavaScript/jQuery UI/Effects

The drop effect hides or shows an element fading in/out and sliding in a direction.

2025-01-10 15:47:30
Explode effect
  • References/JavaScript/jQuery UI/Effects

The explode effect hides or shows an element by splitting it into pieces.

2025-01-10 15:47:30
.hide()
  • References/JavaScript/jQuery UI/Effects

Hide the matched elements, using custom effects. This plugin extends jQuery's built-in

2025-01-10 15:47:30
Puff effect
  • References/JavaScript/jQuery UI/Effects

Creates a puff effect by scaling the element up and hiding it at the same time.

2025-01-10 15:47:30
.toggleClass()
  • References/JavaScript/jQuery UI/Effects

Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument, while

2025-01-10 15:47:30