Commit b06bb748 by doszhang

dos

parent a6fdd27a
...@@ -209,8 +209,8 @@ input::-webkit-input-placeholder { ...@@ -209,8 +209,8 @@ input::-webkit-input-placeholder {
} }
.flag-choose-tip.active { .flag-choose-tip.active {
animation: tips 1.5s 2s linear forwards 3; animation: tips 1.5s linear forwards 3;
-webkit-animation: tips 1.5s 2s linear forwards 3; -webkit-animation: tips 1.5s linear forwards 3;
} }
@keyframes tips { @keyframes tips {
......
...@@ -406,6 +406,10 @@ function showFlagPage() { ...@@ -406,6 +406,10 @@ function showFlagPage() {
fadeInTextUp(flag[flagArr[i]], 1000, '.flag' + (i + 1)); fadeInTextUp(flag[flagArr[i]], 1000, '.flag' + (i + 1));
} }
}, 300); }, 300);
setTimeout(function () {
$('.flag-choose-tip').adddClass('active');
}, 1500);
} }
function changeFlag() { function changeFlag() {
......
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