Commit c50e8857 by doszhang

dos

parent 67318e83
......@@ -267,8 +267,8 @@ input::-webkit-input-placeholder {
.flagadd.animate {
animation: flagadd 2s ease-in both;
-webkit-animation: flagadd 2s ease-in both;
animation: flagadd 1s ease-in both;
-webkit-animation: flagadd 1s ease-in both;
}
@keyframes flagadd {
......
......@@ -738,7 +738,7 @@ function addCustomizeFlag() {
$('.flagadd').show().addClass('animate');
setTimeout(function () {
$('.flagadd').removeClass('animate');
}, 2000);
}, 1000);
if (firstChooseFlag) {
$('.checked-flag-list').css('transform', 'scale(1)');
checkFlagListStatus = true;
......
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