mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
Conflicts: MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/.bower.json
This commit is contained in:
parent
d3f40bd6d9
commit
0c696294ae
42 changed files with 1514 additions and 361 deletions
15
dashboard-ui/bower_components/emby-webcomponents/performancemanager.js
vendored
Normal file
15
dashboard-ui/bower_components/emby-webcomponents/performancemanager.js
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
define(['browser'], function (browser) {
|
||||
|
||||
function getAnimationPerformance() {
|
||||
|
||||
if (browser.mobile) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 5;
|
||||
}
|
||||
|
||||
return {
|
||||
getAnimationPerformance: getAnimationPerformance
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue