jquery-delayed
v1.0.0
Published
Because $.fn.delay doesn't touch sync methods
Downloads
4
Maintainers
Readme
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);