Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Request animation frame

Latest
Compare
Choose a tag to compare
@benschwarz benschwarz released this 22 Jun 02:13
· 20 commits to master since this release

Metaquery rides again

Knightrider

This release;

  • Makes a small API change, passing active Breakpoints into metaQuery.onBreakpointChange callbacks (#18)
  • Removes timeout based debouncing in favour of requestAnimationFrame where supported (#19)
  • Removes the jQuery version (#20)

Thanks to @plasticine for kicking this along.