animate
Version:
A small wrapper around requestAnimationFrame that adds a frame rate constraint.
39 lines (38 loc) • 888 B
JSON
{
"name": "animate",
"version": "1.0.0",
"description": "A small wrapper around requestAnimationFrame that adds a frame rate constraint.",
"main": "index.js",
"dependencies": {
"rafl": "~1.2.2"
},
"devDependencies": {
"tape": "~4.5.1",
"testling": "~1.7.1"
},
"scripts": {
"test": "testling -u"
},
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [6, 7, 8, 9, 10],
"chrome": [20, 25, 29],
"firefox": [4, 7, 19, 24],
"safari": [5.1, 6],
"opera": [10, 12, 15],
"iphone": [6],
"android": [4.2]
}
},
"repository": {
"type": "git",
"url": "git://github.com/michaelrhodes/animate"
},
"keywords": ["animation", "fps", "requestAnimationFrame", "raf"],
"author": "Michael Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelrhodes/animate/issues"
}
}