benschwarz / metaquery

A declarative responsive web design syntax. Breakpoints, defined in `<meta>`
MIT License
324 stars 25 forks source link

Request animation frame #19

Closed plasticine closed 10 years ago

plasticine commented 10 years ago

We can get much better performance and redraw speed by using requestAnimationFrame instead of timeouts in a tight loop.

This PR is on top of #18, so it should be merged first (sorry, @benschwarz but I’m being lazy and didn’t want to have to deal with merging the two later)

TODOs


Before

before mov

After

after mov

benschwarz commented 10 years ago

LGTM. Merging :ship: