UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

13 lines (12 loc) 542 B
import { AnimationReferenceMetadata } from '@angular/animations'; export declare class AnimationUtil { private static _instance; private oppositeAnimation; private horizontalAnimations; private verticalAnimations; private constructor(); static instance(): AnimationUtil; reverseAnimationResolver(animation: AnimationReferenceMetadata): AnimationReferenceMetadata; isHorizontalAnimation(animation: AnimationReferenceMetadata): boolean; isVerticalAnimation(animation: AnimationReferenceMetadata): boolean; }