UNPKG

angular-animations

Version:
12 lines (11 loc) 396 B
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 {};