Variable DEFAULT_MODAL_ANIMATION_CONFIGS

Source
Expand description

Default animation configurations.

const DEFAULT_MODAL_ANIMATION_CONFIGS: {
    fade: FadeAnimationConfig;
    scale: ScaleAnimationConfig;
    slide: SlideAnimationConfig;
}...