Commit 306ce9d8 by doszhang

dos

parent 65290215
...@@ -100,8 +100,10 @@ $(document).ready(function () { ...@@ -100,8 +100,10 @@ $(document).ready(function () {
$('.page_home').hide(); $('.page_home').hide();
$('.dialog_game_rule').hide(); $('.dialog_game_rule').hide();
$('.page-through').show(); $('.page-through').show();
$('.container,.wrap-inner').addClass('transform');
setTimeout(function () { setTimeout(function () {
$('.page-through').hide(); $('.page-through').hide();
$('.container,.wrap-inner').removeClass('transform');
$('.page-lang').show(); $('.page-lang').show();
},5000) },5000)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment