Category: Effects Core

Functionality provided by effect.js. In addition to the methods listed below, effect.js also includes several easings.

.addClass()

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

.cssClip()

Getter/setter for an object version of the CSS clip property.

.effect()

Apply an animation effect to an element.

.hide()

Hide the matched elements, using custom effects.

.removeClass()

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

.show()

Display the matched elements, using custom effects.

.switchClass()

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

.toggle()

Display or hide the matched elements, using custom effects.

.toggleClass()

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 animating all style changes.

.transfer()

Transfers the outline of an element to another element

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