daimajia / daimajia/AndroidViewAnimations
When I execute rope.stop (true), it will triggered onAnimationEnd
- Dominant language
- Java
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
When I execute rope.stop (true), it will trigger onAnimationEnd
code:
`rope2 = YoYo.with(...).onEnd(new YoYo.AnimatorCallback() {
@Override
public void call(Animator animator) {
if (rope != null) {
rope.stop(true);
}
}
})
.playOn(mV2WLoginCurrentCountA);`
ERROR:
FATAL EXCEPTION: main
java.lang.StackOverflowError: stack size 8MB
at com.daimajia.androidanimations.library.YoYo$1.onAnimationCancel(YoYo.java:295)
at android.animation.AnimatorSet.cancel(AnimatorSet.java:327)
at com.daimajia.androidanimations.library.BaseViewAnimator.cancel(BaseViewAnimator.java:108)
at com.daimajia.androidanimations.library.YoYo$YoYoString.stop(YoYo.java:240)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.