c# - UI Busy Animation Etiquette -


the problem: method executes see busy animation flash on ui, fast looks bit of glitch. there scenarios can take long time execute.

i'm tempted make ui show @ least 1 complete animation of busy spinner regardless of how method executes (on background worker)...i guess question of etiquette - should programmer create code forces user wait small amount of time. surely otherwise brief flashes on screen perceived bugs/poor software?

this seems more design question. why don't apply fade-in fade-out on busy indicator. way, indicator not flash if shows short period of time. discourage forcing user see busy indicator longer needs to


Comments