UNPKG

angular-animations

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