AnimationModifier
A modifier of animation.
Parameters
predicate
predicate
start
start lerp
end
end lerp
speed
speed modifier
Constructors
Link copied to clipboard
Creates modifier
Creates modifier
constructor(@NotNull predicate: Supplier<Boolean>, start: Int, end: Int, @NotNull supplier: Supplier<Float>)
Creates modifier
constructor(@NotNull predicate: Supplier<Boolean>, start: Int, end: Int, @Nullable type: AnimationIterator.Type, speed: Float)
Creates modifier
constructor(@NotNull predicate: Supplier<Boolean>, start: Int, end: Int, @Nullable type: AnimationIterator.Type, @NotNull speed: Supplier<Float>)
Creates modifier
constructor(@NotNull predicate: Supplier<Boolean>, start: Int, end: Int, @Nullable type: AnimationIterator.Type, @NotNull speed: AnimationModifier.SpeedModifier)
Creates modifier