jQuery UI - addClass removeClass - CSS values are stuck
- by Jason D
Hi,
I'm trying to do a simple animation.
You show the div. It animates correctly.
You hide the div. Correct.
You show the div again. It shows but there is no animation. It is stuck at the value of when you first interrupted it.
So somehow the interpolation CSS that is happening during [add|remove]Class is getting stuck there. The second time…