static
                        
                            Class YAHOO.widget.TVAnim
                        
                        
                    
                                        
                                         static 
                                        
                                        YAHOO.util.Animation
                                            getAnim
                                           (
                                                
                                                        
                                                         type
                                                    
                                                
                                                        , 
                                                         el
                                                    
                                                
                                                        , 
                                                         callback
                                                    
                                                
                                            )
                                        
                                        
                                        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.
                                                        
                                                        YAHOO.util.Animation
                                                    
                                        
                                         static 
                                        
                                        boolean
                                            isValid
                                           (
                                                
                                                        
                                                         type
                                                    
                                                
                                            )
                                        
                                        
                                        type
                                                        <string>
                                                        
                                                          the type of animation
                                                        
                                                        boolean