jquery-delayed

1.0.0 • Public • Published

jquery-delayed

Because jQuery.fn.delay doesn't touch sync methods.

This is simply a jQuery.fn.delay wrapper for jQuery calls with

$('#temp')
  .delayed('addClass', 'bring-in-lights', 50)
  .delayed('addClass', 'bring-in-camera', 50)
  .delayed('removeClass', 'bring-in-lights', 50)
  .delayed('addClass', 'and-action', 50);

/jquery-delayed/

    Package Sidebar

    Install

    npm i jquery-delayed

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • robcolburn