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.ngverse.dev)

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