From 9e44f717616155dc6dd60815f6e02be1fac5e220 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 24 May 2016 03:40:45 -0400 Subject: [PATCH] update live tv suggestions --- .../recordingcreator/recordingcreator.css | 2 +- dashboard-ui/components/viewcontainer-lite.js | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css b/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css index 4d0f8861e1..3d6801ba53 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css +++ b/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css @@ -4,4 +4,4 @@ .layout-tv .btnHeaderSave { display: none; -} +} \ No newline at end of file diff --git a/dashboard-ui/components/viewcontainer-lite.js b/dashboard-ui/components/viewcontainer-lite.js index 534398d20a..14536ad4c5 100644 --- a/dashboard-ui/components/viewcontainer-lite.js +++ b/dashboard-ui/components/viewcontainer-lite.js @@ -224,6 +224,10 @@ define(['browser'], function (browser) { easing: 'ease-out' } + if (!browser.chrome) { + timings.fill = 'both'; + } + var animations = []; if (oldAnimatedPage) { @@ -263,6 +267,10 @@ define(['browser'], function (browser) { easing: 'ease-out' } + if (!browser.chrome) { + timings.fill = 'both'; + } + var animations = []; if (oldAnimatedPage) {