Commit 1664d78d by doszhang

dos

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