jQuery UI API Category - Effects Core
Functions provided by jquery.ui.effect.js. In addition to the methods listed below, jquery.ui.effect.js also includes some Easings.
API | Description | Also in Category |
---|---|---|
.addClass() | Adds the specified class to each element in the set of matched elements when animated styles change. | Effects Method Overrides |
Color Animation | Implements color animation effects using .animate(). | |
.effect() | Applies an animated effect to an element. | Effects Method |
.hide() | Hides the matched elements with a custom effect. | Effects Method Overrides Method |
.removeClass() | Removes the specified class from each element in the set of matched elements when animated styles change. | Effects Method Overrides |
.show() | Shows the matched elements with a custom effect. | Effects Method Overrides Method |
.switchClass() | Adds and removes the specified class from each element in the set of matched elements when animated styles change. | Effects |
.toggle() | Toggles the visibility of the matched elements with a custom effect. | Effects Method Overrides Method |
.toggleClass() | Adds or removes one or more classes from each element in the set of matched elements when animated styles change, depending on the presence of the class and the value of the switch parameter. | Effects Method Overrides |