kaizau / Lazy-Load-Images-without-jQuery

Lazy load your images without the overhead of a library. IE7+, FF, Chrome.
http://kaizau.github.com/Lazy-Load-Images-without-jQuery/
94 stars 26 forks source link

Debounce instead of throttle #10

Open buffcode opened 9 years ago

buffcode commented 9 years ago

Replace the throttle logic with a configurable debounce logic. Fixes issue #9.