bookie-d3-timer
Version:
An efficient queue capable of managing thousands of concurrent animations.
41 lines (40 loc) • 907 B
JSON
{
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-timer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An efficient queue capable of managing thousands of concurrent animations.",
"devDependencies": {
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.41",
"tape": "4",
"uglify-js": "^2.8.11"
},
"homepage": "https://d3js.org/d3-timer/",
"jsnext:main": "index",
"keywords": [
"d3",
"d3-module",
"timer",
"transition",
"animation",
"requestAnimationFrame",
"setTimeout",
"setInterval"
],
"license": "BSD-3-Clause",
"main": "build/d3-timer.js",
"module": "index",
"name": "bookie-d3-timer",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-timer.git"
},
"version": "1.0.6"
}