daimajia / daimajia/AndroidViewAnimations

How to execute a function after the completion of animation.

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

Description

Hello Sir,
I try to do the execution after the animation complete as below :

.onEnd(new YoYo.AnimatorCallback() {

@Override
public void call(Animator animator) {
NextFunction(); // i want to call the function when the animation complete.
}
})


Please suggest me the proper way to solve the problem.

Thanks...

Mukund

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.