+<div class=CFunction><div class=CTopic><h3 class=CTitle><a name="fade"></a>fade</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function fade (</td><td class=PParameter nowrap>el,</td></tr><tr><td></td><td class=PParameter nowrap>options</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Fades a DOM element in or out.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>el</td><td class=CDLDescription>the element to fade</td></tr><tr><td class=CDLEntry>options</td><td class=CDLDescription>an object of options to use. This object must have a <b>fade</b> property, which should be either the string ‘in’ or ‘out’, corresponding to the direction of the fade. The second property used here, <b>onComplete</b>, is a function that is called once the fade is complete. This is optional.</td></tr></table><h4 class=CHeading>Returns</h4><p class=CParagraph>nothing</p></div></div></div>
0 commit comments