Animating addClass/removeClass with jquery?

Since you are not worried about IE, why not just use css transitions to provide the animation and jQuery to change the classes. Live example: jsfiddle.net/tw16/JfK6N.

Since you are not worried about IE, why not just use css transitions to provide the animation and jQuery to change the classes. Live example: jsfiddle.net/tw16/JfK6N/ #someDiv{ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }.

– tw16 Sep 13 at 0:51 yes, that did it for me =) thank you! – Johannes Sep 27 at 5:28 @Johannes: As this worked for you, don't forget to mark/check the tick next to the answer and under the arrows to mark the answer as accepted. – tw16 Dec 7 at 14:42.

Possible duplicate to This Post As the post says, you can use jQuery UI to animate class changes.

Please see example 2. I discuss using the jQuery UI addClass/removeClass options. The issue addClass and removeClass have carries over with switchClass as well.

– Johannes Sep 5 at 1:26 Ok, I'll see if I can find something to help with that... – jyore Sep 5 at 2:11 thanks, much appreciated =) – Johannes Sep 6 at 3:11.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions