Skip to content

EQCSS Version 1.2.0

Compare
Choose a tag to compare
@tomhodgins tomhodgins released this 14 Jun 03:12
· 73 commits to gh-pages since this release

Version 1.2.0 improves performance in recent Firefox releases, as well as provides throttling to prevent an overload of recalculation in all browsers. EQCSS.throttle() can also be called manually by JavaScript code to apply styles in a throttled way, in addition to the already existing EQCSS.apply() which recalculates styles immediately when called. Now you have a choice of both, and EQCSS has switched to using EQCSS.throttle() by default.

Also new in this release of EQCSS - event-driven recalculations have been expanded to include input events, mousedown, mousemove, mouseup, in addition to resize and scroll which were already included in EQCSS.

Happy Hacking!