@ngverse/motion
Version:
<p align="center"> <img src="https://github.com/ngverse/motion/blob/main/apps/docs/public/logo.png?raw=true" alt="Logo" width="200px" /> </p> `@ngverse/motion` is an Angular animations library, see more info on [link](https://motion-eosin.vercel.app)
25 lines (24 loc) • 1.31 kB
TypeScript
/**
* twisterInDown animation
*/
export declare const twisterInDown: (options?: Partial<Partial<import("@ngverse/motion/core").MotionOptions>> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
* twisterInDown animation on :enter
* @remarks triggerName: `twisterInDownOnEnter`
*/
export declare const twisterInDownOnEnter: (options?: Partial<import("@ngverse/motion/core").MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
* twisterInDown animation on :leave
* @remarks triggerName: `twisterInDownOnLeave`
*/
export declare const twisterInDownOnLeave: (options?: Partial<import("@ngverse/motion/core").MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
* twisterInDown animation on :incr
* @remarks triggerName: `twisterInDownOnIncr`
*/
export declare const twisterInDownOnIncr: (options?: Partial<import("@ngverse/motion/core").MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
* twisterInDown animation on :decr
* @remarks triggerName: `twisterInDownOnDecr`
*/
export declare const twisterInDownOnDecr: (options?: Partial<import("@ngverse/motion/core").MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;