1
0
Fork 0
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:
Luke Pulverenti 2016-04-21 14:00:32 -04:00
parent 942fceba52
commit e1d75fd9c2
12 changed files with 1074 additions and 0 deletions

View 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"
}
}