mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 16:43:10 +00:00
uncommented line to fade in content after loading finishes
This commit is contained in:
parent
6b28f51452
commit
a3c1a3a57f
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
if ( done ) {
|
||||
$html.removeClass( "ui-loading" );
|
||||
//fade in page content, remove loading msg
|
||||
//$('.ui-page-active .ui-content')//.addClass('dissolve in');
|
||||
$('.ui-page-active .ui-content').addClass('dissolve in');
|
||||
} else {
|
||||
$html.addClass( "ui-loading" );
|
||||
$loader.appendTo( $body ).addClass( "dissolve in" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue