The following tables list the members exposed by SlideFadeAnimation.
Name | Description | |
---|---|---|
SlideFadeAnimation Constructor |
Name | Description | |
---|---|---|
fade | Gets reference to current OpacityAnimation or null.Reference to OpacityAnimation | |
fadeCloseDuration | Gets sets duration of fade for close action in milliseconds.Duration in milliseconds. | |
fadeCloseEquationType | Gets sets equation type of fade for close action as Number.Equation type. | |
fadeOpenDuration | Gets sets duration of fade for open action in milliseconds.Duration in milliseconds. | |
fadeOpenEquationType | Gets sets equation type of fade for open action as Number.Equation type. | |
slide | Gets reference to current SlideAnimation or null.Reference to SlideAnimation | |
slideCloseDirection | Gets sets direction of slide for close action as number.Direction type. | |
slideCloseDuration | Gets sets duration of slide for close action in milliseconds.Duration in milliseconds. | |
slideCloseEquationType | Gets sets equation type of slide for close action as Number.Equation type. | |
slideOpenDirection | Gets sets direction of slide for open action as number.Direction type. | |
slideOpenDuration | Gets sets duration of slide for open action in milliseconds.Duration in milliseconds. | |
slideOpenEquationType | Gets sets equation type of slide for open action as Number.Equation type. |
Name | Description | |
---|---|---|
dispose | Deletes member objects. | |
play | Calls 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. | |
setSlideContainer | Set DIV element which is used as container for slide animation. |