API Category - Special 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 belongs to the category |
---|---|---|
.addClass( ) | When the animation style changes, add the specified Class to each element in the matched element set. | Special Effects (Effects) | Method Overrides (Method Overrides) |
Color Animation (Color Animation) | Use .animate() to implement color animation Effect. | |
.effect() | Apply animation effects to an element. | Effects | Method |
.hide() | Use custom effects to hide matching elements. | Special Effects (Effects) | Method Overrides (Method Overrides) | Method (Method) |
.removeClass() | When the animation style changes , remove the specified Class from each element in the matched element set. | Effects | Method Overrides |
.show() | Use custom effects to display matching elements. | Special Effects (Effects) | Method Overrides (Method Overrides) | Method (Method) |
.switchClass() | When the animation style changes , add and remove the specified Class for each element in the matched element set. | Effects |
.toggle() | Use custom effects to show or hide matching elements. | Special Effects (Effects) | Method Overrides (Method Overrides) | Method (Method) |
.toggleClass() | When the animation style changes , add or remove one or more Classes for each element in the matched element set, depending on whether the Class exists and the value of the switch parameter. | Effects | Method Overrides |