mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5666.5
This commit is contained in:
parent
4b951f485f
commit
3e5c071ec0
16 changed files with 68 additions and 33 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "neon-animation",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"authors": [
|
||||
"The Polymer Authors"
|
||||
],
|
||||
|
@ -34,7 +34,7 @@
|
|||
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
|
||||
"iron-selector": "PolymerElements/iron-selector#^1.0.0",
|
||||
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
||||
"web-animations-js": "web-animations/web-animations-js#2.1.0"
|
||||
"web-animations-js": "web-animations/web-animations-js#2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
|
||||
|
@ -48,11 +48,11 @@
|
|||
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
|
||||
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
|
||||
},
|
||||
"_release": "1.0.5",
|
||||
"_release": "1.0.6",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.5",
|
||||
"commit": "d5305b9acc9924c5dd4fcb0098c21840d6ec5b7e"
|
||||
"tag": "v1.0.6",
|
||||
"commit": "ec51bf68f05c40373536cc726ca674e4549b7db2"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/neon-animation.git",
|
||||
"_target": "^1.0.0",
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
|
||||
"iron-selector": "PolymerElements/iron-selector#^1.0.0",
|
||||
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
|
||||
"web-animations-js": "web-animations/web-animations-js#2.1.0"
|
||||
"web-animations-js": "web-animations/web-animations-js#2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
|
||||
|
|
|
@ -95,8 +95,8 @@ animations to be run when switching to or switching out of the page.
|
|||
_selectedChanged: function(selected) {
|
||||
|
||||
var selectedPage = this.selectedItem;
|
||||
var oldPage = this._prevSelected || false;
|
||||
this._prevSelected = selectedPage;
|
||||
var oldPage = this._valueToItem(this._prevSelected) || false;
|
||||
this._prevSelected = selected;
|
||||
|
||||
// on initial load and if animateInitialSelection is negated, simply display selectedPage.
|
||||
if (!oldPage && !this.animateInitialSelection) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue