PopupClasses
Defines all animation-related class names and configurations for the Popup component. Includes slide, zoom, fade, push, and expand animation settings, both active and inactive. Also provides container and child animation class names.
Name | Type | Default | Description |
---|---|---|---|
animationChild? |
|
Prefix for child animations within the animation | |
animationContainer? |
|
Prefix for the animation container | |
animationContainerShown? |
|
Prefix for the shown animation container | |
expand? |
|
Expand animation configurations for horizontal and vertical directions. | |
expandActive? |
|
Active expand animation configurations for horizontal and vertical directions. | |
fade? |
|
Fade animation configurations. | |
fadeActive? |
|
Active fade animation configurations. | |
popup? |
|
Prefix for the popup animation | |
push? |
|
Push animation configurations for different directions. | |
pushActive? |
|
Active push animation configurations for different directions. | |
slide? |
|
Slide animation configurations for different directions. | |
slideActive? |
|
Active slide animation configurations for different directions. | |
zoom? |
|
Zoom animation configurations. | |
zoomActive? |
|
Active zoom animation configurations. |