TrackerAnimation

@ApiStatus.Internal
constructor(@NotNull name: @NotNull String, priority: Int, @NotNull targetClass: @NotNull Class<T>, @NotNull applyCondition: @NotNull Predicate<in T>, @NotNull modifierBuilder: @NotNull (in T) -> AnimationModifier, @NotNull removeTask: @NotNull Consumer<in T>, @NotNull successTask: @NotNull Consumer<in T>, @NotNull fallbackTask: @NotNull Consumer<in T>)