jquery-overflowandroid
Version:
Implement the inertia scroll for `overflow` element. And the polyfill for `overflow:scroll` / `overflow:auto` and `element.scrollLeft` / `element.scrollTop` on Android browser.
35 lines (34 loc) • 905 B
JSON
{
"name": "jquery-overflowandroid",
"version": "1.0.1",
"title": "overflowAndroid",
"description": "Implement the inertia scroll for `overflow` element. And the polyfill for `overflow:scroll` / `overflow:auto` and `element.scrollLeft` / `element.scrollTop` on Android browser.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"inertia",
"inertial",
"overflow",
"scroll",
"scrollLeft",
"scrollTop",
"android",
"desktop",
"polyfill"
],
"dependencies": {
"jquery": ">=3.0",
"hammerjs": "~2.0.3"
},
"homepage": "https://anseki.github.io/overflow-android/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/jquery-overflow-android.git"
},
"bugs": "https://github.com/anseki/jquery-overflow-android/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}