@witzbould/utils-throttle

2.2.2 • Public • Published

Throttle

Returns a function, that, as long as it continues to be invoked, will only trigger every N milliseconds. If immediate is passed, trigger the function on the leading edge, instead of the trailing.

There is also a version that uses requestAnimationFrame().

/@witzbould/utils-throttle/

    Package Sidebar

    Install

    npm i @witzbould/utils-throttle

    Weekly Downloads

    1

    Version

    2.2.2

    License

    ISC

    Unpacked Size

    3.25 kB

    Total Files

    4

    Last publish

    Collaborators

    • witzbould