class transitions on webkit browsers

class transitions on webkit browsers


Hi all,
During my attempts to create animated class transmissions (.addClass
('class', int)) i have noticed that the animation does not work on
webkit browsers (safari, chrome). moreover, once providing the integer
for the transmission the whole method fails (i.e. - it doesn't even
add/remove the desired class to the element).
did anyone else encounter the same problem?
for the time being i would like to at least be able to regress the
method on webkit enabled browsers while attaining the transission
animation in FF, Opera and (gasp) IE.
thanks in advance,
Yuval Raz