Class YAHOO.widget.TVFadeOut
Package: | YAHOO.widget |
Class: | TVFadeOut |
Extends: | Object |
Defined In: | treeview.js |
A 1/2 second fade out animation.
Public Properties
|
callback : function |
TVFadeOut |
the callback to invoke when the animation is complete |
|
el : HTMLElement |
TVFadeOut |
The element to animate |
Public Methods
|
TVFadeOut(el {HTMLElement} , callback {Function} ) |
TVFadeOut |
|
|
animate() : void |
TVFadeOut |
Performs the animation |
|
onComplete() : void |
TVFadeOut |
Clean up and invoke callback |
|
toString() : string |
TVFadeOut |
toString |
Public Events
This class has no public events.
Property Details
callback
public function callback
the callback to invoke when the animation is complete
This property is defined by TVFadeOut.
el
public HTMLElement el
The element to animate
This property is defined by TVFadeOut.
Constructor Details
TVFadeOut
public function TVFadeOut(el {HTMLElement}
, callback {Function}
)
Method Details
animate
public function animate()
This method is defined by TVFadeOut.
onComplete
public function onComplete()
Clean up and invoke callback
This method is defined by TVFadeOut.
toString
public function toString()
This method is defined by TVFadeOut.
yui-ext - Copyright © 2006 Jack Slocum. |
Yahoo! UI - Copyright © 2006 Yahoo! Inc.
All rights reserved.