The callback is called after the animation (changing opacity value) is done.
So if you remove the callback and append it directly after the animate, it will remove the classes before the animation is done.
Else if you remove the callback completely, you lost the way to remove the classes (of course XD")
PeterWong
2010-10-01 19:19:58