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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -