Defines options for the AnimationGroupAPI.isScheduled.

type ScheduleOptions = {
    active?: boolean;
    pending?: boolean;
}
Index
active?: boolean

When false exclude searching active animations.

pending?: boolean

When false exclude searching pending animations that have not started.