Class YAHOO.widget.TVFadeIn
Package: | YAHOO.widget |
Class: | TVFadeIn |
Extends: | Object |
Defined In: | treeview.js |
A 1/2 second fade-in animation.
Public Properties
|
callback : function |
TVFadeIn |
the callback to invoke when the animation is complete |
|
el : HTMLElement |
TVFadeIn |
The element to animate |
Public Methods
|
TVFadeIn(el {HTMLElement} , callback {function} ) |
TVFadeIn |
|
|
animate() : void |
TVFadeIn |
Performs the animation |
|
onComplete() : void |
TVFadeIn |
Clean up and invoke callback |
|
toString() : string |
TVFadeIn |
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 TVFadeIn.
el
public HTMLElement el
The element to animate
This property is defined by TVFadeIn.
Constructor Details
TVFadeIn
public function TVFadeIn(el {HTMLElement}
, callback {function}
)
Method Details
animate
public function animate()
This method is defined by TVFadeIn.
onComplete
public function onComplete()
Clean up and invoke callback
This method is defined by TVFadeIn.
toString
public function toString()
This method is defined by TVFadeIn.