@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) • 954 B
TypeScript
import { MotionOptions } from '@ngverse/motion/core';
/**
* lightSpeedOutRight animation
*/
export declare const lightSpeedOutRight: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata;
/**
* sets default values for the `lightSpeedOutRight` animation
*/
export declare const setLightSpeedOutRightDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>;
/**
* lightSpeedOutRight animation on :enter
* @remarks triggerName: `lightSpeedOutRightOnLeave`
*/
export declare const lightSpeedOutRightOnLeave: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;
/**
* lightSpeedOutRight animation on :decr
* @remarks triggerName: `lightSpeedOutRightOnDecr`
*/
export declare const lightSpeedOutRightOnDecr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;