@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.ngverse.dev)
20 lines (19 loc) • 944 B
TypeScript
import { MotionOptions } from '@ngverse/motion/core';
/**
* lightSpeedInRight animation
*/
export declare const lightSpeedInRight: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
* sets default values for the `lightSpeedInRight` animation
*/
export declare const setLightSpeedInRightDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>;
/**
* lightSpeedInRight animation on :enter
* @remarks triggerName: `lightSpeedInRightOnEnter`
*/
export declare const lightSpeedInRightOnEnter: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
* lightSpeedInRight animation on :incr
* @remarks triggerName: `lightSpeedInRightOnIncr`
*/
export declare const lightSpeedInRightOnIncr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;