ng-zorro-antd-yj
Version:
An enterprise-class UI components based on Ant Design and Angular
22 lines (21 loc) • 630 B
TypeScript
export declare class AnimationDuration {
static SLOW: string;
static BASE: string;
static FAST: string;
}
export declare class AnimationCurves {
static EASE_BASE_OUT: string;
static EASE_BASE_IN: string;
static EASE_OUT: string;
static EASE_IN: string;
static EASE_IN_OUT: string;
static EASE_OUT_BACK: string;
static EASE_IN_BACK: string;
static EASE_IN_OUT_BACK: string;
static EASE_OUT_CIRC: string;
static EASE_IN_CIRC: string;
static EASE_IN_OUT_CIRC: string;
static EASE_OUT_QUINT: string;
static EASE_IN_QUINT: string;
static EASE_IN_OUT_QUINT: string;
}