Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start activity after completing effect #13

Closed
ziselos opened this issue Dec 31, 2017 · 2 comments
Closed

Start activity after completing effect #13

ziselos opened this issue Dec 31, 2017 · 2 comments

Comments

@ziselos
Copy link

ziselos commented Dec 31, 2017

How can we start another activity or fragmet after circle fill effect completes on button clicked?
Now, on button pressed starts another activity but the user can not see the circle fill effect completely because transition starts imediately. Can we set a delay or something like that?

@ImangazalievM
Copy link
Owner

ImangazalievM commented Jan 4, 2018

Added EventListener in version 2.0.0:

circleMenu.setEventListener(new CircleMenu.EventListener() {

    @Override
    public void onButtonClickAnimationEnd(@NonNull CircleMenuButton menuButton) {

    }

});

@ziselos
Copy link
Author

ziselos commented Jan 5, 2018

Thanks, this was exactly what i wanted to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants