Make an element appear. If the element was previously set to display:none inside the style attribute of the element, the effect will automatically show the element. This means that display must be set within the style attribute of an object, and not in the CSSin the head of the document or a linked file. In other words, this effect will not work if display:none is set within style tag or linked CSS file. Alternatively, display:none can be set using a script even if no style is set in the style attribute.
Syntax
Configuration properties
| Properties | Description |
|---|---|
| from | Opacity to start at. This should be a value from 0 to 1. |
| to | Opacity to end at. This should be a value from 0 to 1. |
Notes
If you're looking for the opposite of this effect, see Y.Effects.Fade.
Demo
Source code of this demo
| < Prev | Next > |
|---|





