raf.js
Version:
Yet another requestAnimationFrame polyfill.
36 lines (35 loc) • 570 B
JSON
{
"name": "raf.js",
"version": "0.0.4",
"description": "Yet another requestAnimationFrame polyfill.",
"keywords": [
"raf",
"requestanimationframe",
"animation",
"polyfill"
],
"categories": [
"UI",
"Shims",
"Utilities"
],
"jam": {
"main": "raf.js",
"include": [
"raf.js",
"raf.min.js"
]
},
"main": "raf.js",
"files": [
"raf.js",
"raf.min.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/ngryman/raf.js.git"
},
"author": "Nicolas Gryman",
"license": "MIT"
}