@coreui/angular
Version:
CoreUI Components Library for Angular
10 lines (9 loc) • 791 B
TypeScript
export declare function toSlideLeft(fromState: any, toState: any): boolean;
export declare function toSlideRight(fromState: any, toState: any): boolean;
export declare function toFadeLeft(fromState: any, toState: any): boolean;
export declare function toFadeRight(fromState: any, toState: any): boolean;
export declare const slideAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
export declare const slideAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
export declare const fadeAnimationLeft: import("@angular/animations").AnimationReferenceMetadata;
export declare const fadeAnimationRight: import("@angular/animations").AnimationReferenceMetadata;
export declare const carouselPlay: import("@angular/animations").AnimationTriggerMetadata;