mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add scroll threshold
This commit is contained in:
parent
942fceba52
commit
e1d75fd9c2
12 changed files with 1074 additions and 0 deletions
29
dashboard-ui/bower_components/iron-scroll-threshold/bower.json
vendored
Normal file
29
dashboard-ui/bower_components/iron-scroll-threshold/bower.json
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "iron-scroll-threshold",
|
||||
"description": "Triggers an event when nearing the beginning or end of a scrollable element ",
|
||||
"keywords": [
|
||||
"web-components",
|
||||
"polymer"
|
||||
],
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://github.com/PolymerElements/iron-scroll-threshold",
|
||||
"authors": [
|
||||
"The Polymer Authors"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/PolymerElements/iron-scroll-threshold"
|
||||
},
|
||||
"main": "iron-scroll-threshold.html",
|
||||
"license": "http://polymer.github.io/LICENSE.txt",
|
||||
"ignore": [],
|
||||
"dependencies": {
|
||||
"polymer": "Polymer/polymer#^1.1.0",
|
||||
"iron-scroll-target-behavior": "PolymerElements/iron-scroll-target-behavior#^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.2",
|
||||
"web-component-tester": "^4.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue