Merge pull request #1362 from MediaBrowser/master

update animation
This commit is contained in:
Luke 2015-12-27 13:46:55 -05:00
commit b10f21d162
2 changed files with 5 additions and 5 deletions

View File

@ -155,7 +155,7 @@
enableFullPaperTabs: function () {
if (browserInfo.animate && !browserInfo.mobile) {
return true;
//return true;
}
return AppInfo.isNativeApp;

View File

@ -91,10 +91,10 @@
elem.classList.add('hide');
};
if (!browserInfo.animate || browserInfo.mobile) {
//if (!browserInfo.animate || browserInfo.mobile) {
onfinish();
return;
}
//}
requestAnimationFrame(function () {
var keyframes = [
@ -113,9 +113,9 @@
elem.classList.remove('hide');
if (!browserInfo.animate || browserInfo.mobile) {
//if (!browserInfo.animate || browserInfo.mobile) {
return;
}
//}
requestAnimationFrame(function () {