I would like to add a subtle and quick fadeOut and FadeIn effect to a button change through switchClass.
jQuery("a#btnPause").switchClass(pauseClass,playClass,200);
The effect used by default is a slideLeft.
If I would use standard jQuery, I would like to put an effect on addClass and removeClass, but is that possible?