Type Alias ScheduleOptions
ScheduleOptions : {
active?: boolean;
pending?: boolean;
}
active?: boolean;
pending?: boolean;
}
Type declaration
Optional
active?: booleanWhen false exclude searching active animations.
Optional
pending?: booleanWhen false exclude searching pending animations that have not started.
Defines options for the AnimationGroupAPI.isScheduled.