UNPKG

@ryanwhitman/delay.js

Version:

Delay.js is a JavaScript tool that allows a developer to establish a minimum amount of time that must pass prior to executing one or more callbacks. This tool is especially useful for delaying a quick AJAX response that may otherwise cause a spinner to fl

25 lines (24 loc) 824 B
{ "name": "@ryanwhitman/delay.js", "version": "1.0.1", "description": "Delay.js is a JavaScript tool that allows a developer to establish a minimum amount of time that must pass prior to executing one or more callbacks. This tool is especially useful for delaying a quick AJAX response that may otherwise cause a spinner to flash on/off, or something to that nature.", "main": "/src/delay.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/RyanWhitman/delay.js.git" }, "keywords": [ "Delay", "Wait", "Pause" ], "author": "Ryan Whitman", "license": "MIT", "bugs": { "url": "https://github.com/RyanWhitman/delay.js/issues" }, "homepage": "https://github.com/RyanWhitman/delay.js" }