mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update audio animation
This commit is contained in:
parent
7dd1eedf26
commit
0a96f8e0bf
6 changed files with 22 additions and 13 deletions
|
@ -99,7 +99,7 @@
|
|||
document.body.appendChild(dlg);
|
||||
|
||||
// The animations flicker in IE and Firefox (probably wherever the polyfill is used)
|
||||
if (browserInfo.chrome) {
|
||||
if (browserInfo.animate) {
|
||||
dlg.animationConfig = {
|
||||
// scale up
|
||||
'entry': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue