Skip to content

Instantly share code, notes, and snippets.

@zythum
Created July 20, 2013 14:03
Show Gist options
  • Save zythum/9615716f57481fe407fd to your computer and use it in GitHub Desktop.
Save zythum/9615716f57481fe407fd to your computer and use it in GitHub Desktop.
var t;
window.onscroll = function(){
clearTimeout(t);
t = setTimeout(function(){
/* 停止滚动的callback */
},100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment