angular-animations
Version: 
Angular Animations Utilities
12 lines (11 loc) • 396 B
TypeScript
import { AnimationTriggerMetadata } from '@angular/animations';
interface IAnimateChildrenOnLeaveOptions {
    /**
     * Name of the animation anchor that will be used in a template
     *
     * Default: animateChildrenOnLeave
     */
    anchor?: string;
}
export declare function animateChildrenOnLeaveAnimation(options?: IAnimateChildrenOnLeaveOptions): AnimationTriggerMetadata;
export {};