unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Improve UI responsiveness for blocker elements #138

Closed stefankolb closed 11 years ago

stefankolb commented 11 years ago

Especially on slow devices, the browser sometimes is "not strong enough" to handle DOM changes, rendering and JavaScript execution (among other things) at the same time. Therefore, the blocker element does not show the waiting animation, just a colored square. By giving the browser some time to do stuff, UI seems much more responsive to the user.

stefankolb commented 11 years ago

Ah, didn't know about Function.lazy. Replaced lowDelay with lazy just now