Commit 3d6cd092 by doszhang

dos

parent ef1be9a7
......@@ -455,8 +455,8 @@ input[name=signature]::-webkit-input-placeholder {
}
.countdown-num.animate {
animation: numScale 1.5s 0s linear forwards;
-webkit-animation: numScale 1.5s 0s linear forwards;
animation: numScale 1s 0s linear forwards;
-webkit-animation: numScale 1s 0s linear forwards;
}
@keyframes numScale {
......
......@@ -467,7 +467,7 @@ function countDown(callback) {
angle = 0;
let numNode = $('.countdown-num').clone();
// $('.countdown-num').remove();
$('.countdown-num').remove();
numNode.text(countdown);
numNode.appendTo('.countdown-page');
}
......
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