Class YAHOO.widget.TVFadeOut

Object
   |
   +--YAHOO.widget.TVFadeOut

class YAHOO.widget.TVFadeOut

Field Summary [top]

function callback
the callback to invoke when the animation is complete 
HTMLElement el
The element to animate 

Constructor Summary [top]

YAHOO.widget.TVFadeOut
A 1/2 second fade out animation. 

Method Summary [top]

void animate ()
Performs the animation 
void onComplete ()
Clean up and invoke callback 
Object toString ()
 

Field Detail [top]

callback

function   callback
the callback to invoke when the animation is complete

el

HTMLElement   el
The element to animate

Constructor Detail [top]

YAHOO.widget.TVFadeOut

YAHOO.widget.TVFadeOut ()
A 1/2 second fade out animation.
Parameters:
el - {HTMLElement} the element to animate
callback - {Function} function to invoke when the animation is finished

Method Detail [top]

animate

void animate ()
Performs the animation

onComplete

void onComplete ()
Clean up and invoke callback

toString

Object toString ()