Version

SlideFadeAnimation class Members

The following tables list the members exposed by SlideFadeAnimation.

Public Constructors
 NameDescription
Public ConstructorSlideFadeAnimation Constructor  
Public Properties
 NameDescription
Public PropertyfadeGets reference to current OpacityAnimation or null.Reference to OpacityAnimation  
Public PropertyfadeCloseDurationGets sets duration of fade for close action in milliseconds.Duration in milliseconds.  
Public PropertyfadeCloseEquationTypeGets sets equation type of fade for close action as Number.Equation type.  
Public PropertyfadeOpenDurationGets sets duration of fade for open action in milliseconds.Duration in milliseconds.  
Public PropertyfadeOpenEquationTypeGets sets equation type of fade for open action as Number.Equation type.  
Public PropertyslideGets reference to current SlideAnimation or null.Reference to SlideAnimation  
Public PropertyslideCloseDirectionGets sets direction of slide for close action as number.Direction type.  
Public PropertyslideCloseDurationGets sets duration of slide for close action in milliseconds.Duration in milliseconds.  
Public PropertyslideCloseEquationTypeGets sets equation type of slide for close action as Number.Equation type.  
Public PropertyslideOpenDirectionGets sets direction of slide for open action as number.Direction type.  
Public PropertyslideOpenDurationGets sets duration of slide for open action in milliseconds.Duration in milliseconds.  
Public PropertyslideOpenEquationTypeGets sets equation type of slide for open action as Number.Equation type.  
Public Methods
 NameDescription
Public MethoddisposeDeletes member objects.  
Public MethodplayCalls fade.play(params) and slide.play(params) according to properties of this class. If hide is false or not set, then that method also make element visible. If hide is true and both fade and slide are null or both do not have duration, then that method also hides element.  
Public MethodsetSlideContainerSet DIV element which is used as container for slide animation.  
See Also