Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQuery Pulsate Effect Help Re: JQuery Pulsate Effect Help

#102026
dfogge
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/