1
0
Fork 0
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:
Luke Pulverenti 2013-04-06 14:57:38 -04:00
parent c754d22a86
commit 538ff65a6e
6 changed files with 15 additions and 8 deletions

View file

@ -1,6 +1,6 @@
(function ($, document) {
$(document).on('pageshow', "#tvRecommendedPage", function () {
$(document).on('pagebeforeshow', "#tvRecommendedPage", function () {
var page = this;