Commit dea6a749 by doszhang

dos

parent 6160e082
......@@ -374,7 +374,9 @@ function showDecorate() {
}
function showPersonalPage() {
$('.flag-page').css('opacity', 0);
$('.flag-page').animate({
'opacity': 0
}, 300);
$('.personal-page').fadeIn(300);
// 创建个性化页面的flag列表
for (let i = 0; i < flagStack.length; i++) {
......
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