mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update web-animations.html
This commit is contained in:
parent
f2e329c22d
commit
30db5a009c
6 changed files with 21 additions and 25 deletions
|
@ -373,7 +373,7 @@ define(['browser'], function (browser) {
|
|||
currentUrls = [];
|
||||
}
|
||||
|
||||
if (enableAnimation() && !browser.animate) {
|
||||
if (enableAnimation() && !document.documentElement.animate) {
|
||||
require(['webAnimations']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue