UNPKG

ngx-animations

Version:

An adaptation of Animate.css using @angular/animations

7 lines (6 loc) 365 B
import { AnimationDefinition } from '../model/animation-definition'; export declare const rotateIn: AnimationDefinition; export declare const rotateInDownLeft: AnimationDefinition; export declare const rotateInDownRight: AnimationDefinition; export declare const rotateInUpLeft: AnimationDefinition; export declare const rotateInUpRight: AnimationDefinition;