Debounce

It limits the rate at which a function can fire.

๐Ÿ“ฅ Entry vars

  • Time milliseconds: the function to execute and the fire functions on a rate limit in milliseconds.

****โ†— Callbacks

  • Activated: you can set functions when the debounce finish.

Last updated