UNPKG

angular-animations

Version:
5 lines (4 loc) 329 B
import { AnimationTriggerMetadata } from '@angular/animations'; import { IAnimationOptions } from '../common/interfaces'; export declare function zoomInDownAnimation(options?: IAnimationOptions): AnimationTriggerMetadata; export declare function zoomInDownOnEnterAnimation(options?: IAnimationOptions): AnimationTriggerMetadata;