UNPKG

angular-animations

Version:
5 lines (4 loc) 366 B
import { AnimationTriggerMetadata } from '@angular/animations'; import { IAnimationOptions, IAttentionSeekerAnimationOptions } from '../common/interfaces'; export declare function tadaAnimation(options?: IAttentionSeekerAnimationOptions): AnimationTriggerMetadata; export declare function tadaOnEnterAnimation(options?: IAnimationOptions): AnimationTriggerMetadata;