mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use pagebeforeshow when possible to remove transitional flicker
This commit is contained in:
parent
c754d22a86
commit
538ff65a6e
6 changed files with 15 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
return html;
|
||||
}
|
||||
|
||||
$(document).on('pageshow', "#indexPage", function () {
|
||||
$(document).on('pagebeforeshow', "#indexPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue