selector – the jQuery/CSS selector from which to remove the class
className – one or more class names (space separated) to be removed from the class attribute of each matched element
duration – number or string (default: 400) determining how long the animation will run
easing – a string (default: 'swing') indicating which easing function to use for the transition
complete – a function (no default) to call once the animation is complete, called once per matched element
options – all animation settings (all optional)
Selector – the jQuery/CSS selector from which to remove the class
ClassName – one or more class names (space separated) to be removed from the class attribute of each matched element
Duration – number or string (default: 400) determining how long the animation will run
Easing – a string (default: 'swing') indicating which easing function to use for the transition
Complete – a function (no default) to call once the animation is complete, called once per matched element
Options – all animation settings (all optional)