jacomyal / domino.js

[deprecated] A JavaScript cascading controller for fast interactive Web interfaces prototyping.
https://jacomyal.github.io/domino.js
MIT License
54 stars 7 forks source link

Insert frames between triggers execution #17

Closed jacomyal closed 9 years ago

jacomyal commented 11 years ago

Sometimes, executing some hacks or updating modules can be pretty expensive. It might be nice to be able to insert frames to avoid lag.

If this is done, it is important to deal with priorities as well, and to consider these priorities as dynamic.

jacomyal commented 9 years ago

This is exactly the point of the v2 (check the reboot-proposal branch to know more).