daimajia / daimajia/AndroidViewAnimations

Help to stop annimation

Open
#137 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
12.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

Hello all how i can stop animation please:

YoYo.with(animationView).duration(1000).repeat(100).withListener(new Animator.AnimatorListener() {
@Override
public void onAnimationStart(Animator animation) {
}
@Override
public void onAnimationEnd(Animator animation) {
}
@Override
public void onAnimationCancel(Animator animation) {
}
@Override
public void onAnimationRepeat(Animator animation) {
}
}).playOn(view);

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.