here's blinking with animation:
$(".blink").animate({opacity:0},200,"linear",function(){
$(this).animate({opacity:1},200);
});
just give a blink class whatever u want to blink:
some text
all regards to DannyZB on #jquery
features:
- doesn't need any plugins (but JQuery itself)
- does the thing