Removes the specified class from the set of matched elements with an optional transition.
Arguments:
| class (Optional) | String | |
|---|---|---|
| One CSS class to remove from the elements. | ||
| duration (Optional) | String, Number | |
| A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). | ||