Commit 969179f0 by doszhang

dos

parent f78a6d85
......@@ -511,12 +511,16 @@ function showSuggestPage() {
}
function backToFlag() {
$('.personal-page').fadeOut(3000, function () {
setTimeout(function () {
// $('.flag-page').css('z-index', '6');
}, 1000)
// $('.personal-page').fadeOut(3000, function () {
// setTimeout(function () {
// // $('.flag-page').css('z-index', '6');
// }, 1000)
});
// });
$('.personal-page').animate({
opacity: 0
}, 3000);
$('.flag-page').css('opacity', 1);
}
......
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