switchClass

switchClass

Thanks for taking the time to read my question.
 
I am using the switchClass function in jQuery. It works well. The transition, however, is not that great. Just wondering if I can turn this off? I can't seem to find documentation or an example of how to do this
 
 

switchClass( remove, add, [duration] )

Switches from the class defined in the first argument to the class defined as second argument, using an optional transition.
 
using an optional transition.... That is what I'm interested in. How do I opt out of the transition?
 
Thanks,

Brad