Animation Builder
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
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.
Link copied to clipboard
public SubsamplingScaleImageView.AnimationBuilder withOnAnimationEventListener(SubsamplingScaleImageView.OnAnimationEventListener listener)
Add an animation event listener.