UNPKG

angular-animations

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