Message 1 of 1
How to unblock UI-thred when ExternalEventHandler Raising?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have an animation of a button (background color changes, etc.). When you click on it, the animation starts and the ExternalEvent event is triggered and triggered. The problem is that the animation is still going on when the ExternalEvent started working, and the animation continues to work normally only after the ExternalEvent finishes working.
Is there any way around this?
Thanks!