string |
FADE_IN
Constant for the fade in animation
|
string |
FADE_OUT
Constant for the fade out animation
|
Class YAHOO.widget.TVAnim
Object | +--YAHOO.widget.TVAnim
class
YAHOO.widget.TVAnim
Constructor Detail [top]
YAHOO.widget.TVAnim
YAHOO.widget.TVAnim
Method Detail [top]
getAnim
Object
getAnim
(type, el, callback)
Returns a ygAnim instance of the given type
- Parameters:
-
type
- {string} the type of animation -
el
- {HTMLElement} the element to element (probably the children div) -
callback
- {function} function to invoke when the animation is done.
- Returns:
- {YAHOO.util.Animation} the animation instance
isValid
boolean
isValid
(type)
Returns true if the specified animation class is available
- Parameters:
-
type
- {string} the type of animation
- Returns:
- true if valid, false if not