mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restore animation
This commit is contained in:
parent
0e6ef4684a
commit
5f3fbff9d1
1 changed files with 0 additions and 4 deletions
|
@ -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 () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue