UNPKG

@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)

20 lines (19 loc) 924 B
import { MotionOptions } from '@ngverse/motion/core'; /** * rotateInUpRight animation */ export declare const rotateInUpRight: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationAnimateRefMetadata; /** * sets default values for the `rotateInUpRight` animation */ export declare const setRotateInUpRightDefaults: (options: Partial<MotionOptions>) => MotionOptions & Partial<MotionOptions>; /** * rotateInUpRight animation on :enter * @remarks triggerName: `rotateInUpRightOnEnter` */ export declare const rotateInUpRightOnEnter: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata; /** * rotateInUpRight animation on :incr * @remarks triggerName: `rotateInUpRightOnIncr` */ export declare const rotateInUpRightOnIncr: (options?: Partial<MotionOptions> | undefined) => import("@angular/animations").AnimationTriggerMetadata;