jquery - Mimic Stackoverflow's effect -


is there jquery effect mimic fadeout of background color's fadeout when new comment displays on stackoverflow's response wall, ideally jquery :)

vanilla jquery not allow animate color, jquery ui adds ability.

$('#foo').animate({ backgroundcolor: "#60ffff" }, 1000); 

also jquery ui's highlight feature close seem after:

$('#bar').effect("highlight", {}, 1000); 

Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -