UNPKG

animation-chain

Version:

Animation Chain is a chaining library which utilizes the browser's `requestAnimationFrame` function in place of the usual `setTimeout`. This results in a much more accurate representation of time passed based on a delta time calculation. This can be usefu

42 lines (41 loc) 1.01 kB
{ "name": "animation-chain", "version": "0.5.0", "description": "", "main": "animation-chain.js", "scripts": { "test": "grunt lint", "examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples" }, "repository": { "type": "git", "url": "git://github.com/jnatalzia/animation-chain.git" }, "keywords": [ "animation", "animation-frame", "css-animation", "setTimeout" ], "bugs": { "url": "https://github.com/jnatalzia/animation-chain/issues" }, "contributors": [ "Joe Natalzia" ], "license": "MIT", "devDependencies": { "6to5ify": "^4.1.0", "grunt": "~0.4.5", "grunt-browserify": "^3.3.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-uglify": "^0.7.0", "grunt-contrib-watch": "^0.6.1", "webpack": "^1.5.3", "webpack-dev-server": "^1.7.0", "fs": "0.0.2", "path": "^0.11.14" } }