mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
disable now playing bar animation for now
This commit is contained in:
parent
996f2504b2
commit
7ac20e0572
9 changed files with 315 additions and 390 deletions
|
@ -97,6 +97,8 @@
|
|||
return;
|
||||
}
|
||||
|
||||
onfinish();
|
||||
return;
|
||||
requestAnimationFrame(function () {
|
||||
var keyframes = [
|
||||
{ height: getHeight(elem), offset: 0 },
|
||||
|
@ -117,6 +119,7 @@
|
|||
if (!browserInfo.animate || browserInfo.mobile) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
requestAnimationFrame(function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue