PopupBubble
PopupBubble copied to clipboard
Calling hide and then show quickly hides the bubble
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.:
- Click bubble (auto-hide with animation).
- Within the animation time I do show().
- Now (1) will hide the bubble even though I want to override (1) because I called show() in (2).
Hi, did you check this?
Thanks.
I will test the behaviour. Sorry for taking time.
No problem. Thanks.