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

restore animation

This commit is contained in:
Luke Pulverenti 2015-12-14 10:55:25 -05:00
parent 0e6ef4684a
commit 5f3fbff9d1

View file

@ -79,7 +79,6 @@
}
return height + 'px';
return '80px';
}
function slideDown(elem) {
@ -97,8 +96,6 @@
return;
}
onfinish();
return;
requestAnimationFrame(function () {
var keyframes = [
{ height: getHeight(elem), offset: 0 },
@ -119,7 +116,6 @@
if (!browserInfo.animate || browserInfo.mobile) {
return;
}
return;
requestAnimationFrame(function () {