Skip to content

Instantly share code, notes, and snippets.

@shhider
Created June 12, 2018 10:32
Show Gist options
  • Save shhider/e4838915594d682648c45889f61132ab to your computer and use it in GitHub Desktop.
Save shhider/e4838915594d682648c45889f61132ab to your computer and use it in GitHub Desktop.

debounce

一系列的触发,停止触发(最后一次触发 xx 毫秒后没有再触发)后就执行。延后执行。

throttle

xx 秒内只允许执行1次,第一次触发时立即执行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment