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

Calling hide and then show quickly hides the bubble #9

Open
odin- opened this issue Apr 24, 2017 · 3 comments
Open

Calling hide and then show quickly hides the bubble #9

odin- opened this issue Apr 24, 2017 · 3 comments

Comments

@odin-
Copy link

odin- commented Apr 24, 2017

If I click the bubble and hide animation starts, and then for some reason in my UI I need to quickly show it again, the hide animation is not cancelled.

This means that the bubble is hidden even though I wanted it to show, i.e.:

  1. Click bubble (auto-hide with animation).
  2. Within the animation time I do show().
  3. Now (1) will hide the bubble even though I want to override (1) because I called show() in (2).
@odin-
Copy link
Author

odin- commented Apr 29, 2017

Hi, did you check this?

Thanks.

@webianks
Copy link
Owner

I will test the behaviour. Sorry for taking time.

@odin-
Copy link
Author

odin- commented May 1, 2017

No problem. Thanks.

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

No branches or pull requests

2 participants