AnimationModifier

constructor(start: Int, end: Int, speed: Float)

Creates modifier

Parameters

start

start time

end

end time

speed

speed


constructor(@NotNull predicate: @NotNull BooleanSupplier, start: Int, end: Int, speed: Float)

Creates modifier

Parameters

predicate

animation predicate

start

start time

end

end time

speed

speed


constructor(@NotNull predicate: @NotNull BooleanSupplier, start: Int, end: Int, @NotNull supplier: @NotNull FloatSupplier)

Creates modifier

Parameters

predicate

animation predicate

start

start time

end

end time

supplier

speed supplier


constructor(@NotNull predicate: @NotNull BooleanSupplier, start: Int, end: Int, @Nullable type: @Nullable AnimationIterator.Type, speed: Float)
constructor(@NotNull predicate: @NotNull BooleanSupplier, start: Int, end: Int, @Nullable type: @Nullable AnimationIterator.Type, @NotNull speed: @NotNull FloatSupplier)
constructor(@NotNull predicate: @NotNull BooleanSupplier, start: Int, end: Int, @Nullable type: @Nullable AnimationIterator.Type, @NotNull speed: @NotNull AnimationModifier.SpeedModifier)

Creates modifier

Parameters

predicate

animation predicate

start

start time

end

end time

type

type

speed

speed