Functions list:

.fadeIn


Show element with fading in effect


Description:
Z(element).fadeIn();
Example:
<div style="opacity:0; filter:alpha(opacity=0);">I'll fade in</div>

<script type="text/javascript">

Z("div").fadeIn();

</script>