AnimationBuilder

public final class AnimationBuilder

Builder class used to set additional options for a scale animation. Create an instance using animateScale, then set your options and call start.

Functions

Link copied to clipboard
public void start()
Starts the animation.
Link copied to clipboard
Desired duration of the anim in milliseconds.
Link copied to clipboard
Set the easing style.
Link copied to clipboard
Whether the animation can be interrupted with a touch.