angular-animations
Version:
Angular Animations Utilities
5 lines (4 loc) • 372 B
TypeScript
import { AnimationTriggerMetadata } from '@angular/animations';
import { IAttentionSeekerAnimationOptions } from '../common/interfaces';
export declare function headShakeAnimation(options?: IAttentionSeekerAnimationOptions): AnimationTriggerMetadata;
export declare function headShakeOnEnterAnimation(options?: IAttentionSeekerAnimationOptions): AnimationTriggerMetadata;