Home › Forums › JavaScript › JQuery Pulsate Effect Help › Re: JQuery Pulsate Effect Help
April 30, 2012 at 4:44 pm
#102026
Participant
it looks like the jquery is animating the opacity, which effects the entire element. i think what you really want is to set the background color using an RGBa value and animate the a (alpha) value.
check this out: http://pioupioum.fr/sandbox/jquery-color/