Skip to content

Commit

Permalink
update animation
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Dec 27, 2015
1 parent e49143d commit f4a3c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
enableFullPaperTabs: function () {

if (browserInfo.animate && !browserInfo.mobile) {
return true;
//return true;
}

return AppInfo.isNativeApp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
elem.classList.add('hide');
};

if (!browserInfo.animate || browserInfo.mobile) {
//if (!browserInfo.animate || browserInfo.mobile) {
onfinish();
return;
}
//}

requestAnimationFrame(function () {
var keyframes = [
Expand All @@ -113,9 +113,9 @@

elem.classList.remove('hide');

if (!browserInfo.animate || browserInfo.mobile) {
//if (!browserInfo.animate || browserInfo.mobile) {
return;
}
//}

requestAnimationFrame(function () {

Expand Down

0 comments on commit f4a3c00

Please sign in to comment.