Pulsates the element, loops over five times over fading out and in.
script.aculo.us V1.0 and later.
Effect.Pulsate('id_of_element');
Click for Effect.Pulsate demo
Items in bold are default values.
Works safely with most HTML elements, except table rows, table bodies and table heads.
Microsoft Internet Explorer can only set opacity on elements that have ‘layout’. To let an element have layout, you must set some CSS positional properties, like ‘width’ or ‘height’. See Giving Elements Layout.
In Firefox, at least, if the element that you Pulsate has a :hover CSS psuedo class and you mouse over it while it’s Pulsating, the effect will stop.