AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

How to execute a function after the completion of animation.

Open MukundPradhan opened this issue 7 years ago • 0 comments

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

MukundPradhan avatar Dec 20 '17 21:12 MukundPradhan