Effect.Pulsate |
Pulsates the element, loops over five times over fading out and in.
Availability
script.aculo.us V1.0 and later.
Syntax
Effect.Pulsate('id_of_element');
Options
Notes
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.
|