Those needing to handle repeating events like "resize" typically want/should restrict execution. I'm envisioning a syntax like:
Eventi.on('resize%200', ...);// trailing execution
Eventi.on('resize%-200', ...);// leading execution
Should be fairly straightforward to implement via parser and on:handler hooks.
Those needing to handle repeating events like "resize" typically want/should restrict execution. I'm envisioning a syntax like:
Should be fairly straightforward to implement via parser and on:handler hooks.