1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update animation

This commit is contained in:
Luke Pulverenti 2015-12-27 13:46:17 -05:00
parent 4067b8ce1d
commit 18066b3b8e
2 changed files with 5 additions and 5 deletions

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 () {