@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
10 lines (9 loc) • 605 B
TypeScript
export declare class PghAnimations {
static fadeInTop: import("@angular/animations").AnimationTriggerMetadata;
static fadeIn: import("@angular/animations").AnimationTriggerMetadata;
static fadeInOut: import("@angular/animations").AnimationTriggerMetadata;
static toggleWidth: import("@angular/animations").AnimationTriggerMetadata;
static toggleHeightActive: import("@angular/animations").AnimationTriggerMetadata;
static smoothHeight: import("@angular/animations").AnimationTriggerMetadata;
static childrenEnterPopIn: import("@angular/animations").AnimationTriggerMetadata;
}