Commit 9bf7018f by doszhang

dos

parent f8255b62
......@@ -318,8 +318,8 @@ input::-webkit-input-placeholder {
}
.personal-wrap.animate {
animation: slideDown 0.3s ease-in forwards;
-webkit-animation: slideDown 0.3s ease-in forwards;
animation: slideDown 3s ease-in forwards;
-webkit-animation: slideDown 3s ease-in forwards;
}
@keyframes slideDown {
......
......@@ -264,8 +264,8 @@ function showSuggestPage() {
$('.personal-page .personal-wrap').addClass('animate');
$('.suggest-page').show();
setTimeout(function () {
$('.personal-page').fadeOut(150);
}, 150);
$('.personal-page').fadeOut(1500);
}, 1500);
}
......
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