UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

32 lines (31 loc) 913 B
import { AnimationTriggerMetadata } from '@angular/animations'; export declare const ZOOM_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const ZOOM_SLOW_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const FADE_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const FADE_SLOW_CLASS_NAME_MAP: { enter: string; enterActive: string; leave: string; leaveActive: string; }; export declare const ANIMATION_DURATION_BASE_CLASSES: string[]; export declare const ANIMATION_DURATION_SLOW_CLASSES: string[]; export declare const dialogAnimations: { readonly dialogContainer: AnimationTriggerMetadata; }; export declare const WHITELIST_TRANSFORM_ANIMATION_ELEMENTS: string[];