Commit 4bb71360 by doszhang

dos

parent 62584720
...@@ -205,12 +205,13 @@ input::-webkit-input-placeholder { ...@@ -205,12 +205,13 @@ input::-webkit-input-placeholder {
transform: scaleX(0); transform: scaleX(0);
} }
.page1 .red-line2 { .page1 .red-line-block {
transform: scaleX(0); transform: scaleX(0);
overflow: hidden;
} }
.page1 .red-line.animate, .page1 .red-line.animate,
.page1 .red-line2.animate { .page1 .red-line-block.animate {
transform-origin: 0%; transform-origin: 0%;
animation: scale 0.7s ease-in forwards; animation: scale 0.7s ease-in forwards;
-webkit-animation: scale 0.7s ease-in forwards; -webkit-animation: scale 0.7s ease-in forwards;
......
...@@ -918,7 +918,7 @@ function showFlagPage() { ...@@ -918,7 +918,7 @@ function showFlagPage() {
if (page1Next) { if (page1Next) {
page1Next = false; page1Next = false;
$('.red-line,.red-line2').addClass('animate'); $('.red-line,.red-line-block').addClass('animate');
setTimeout(function () { setTimeout(function () {
$('.page1').fadeOut(500); $('.page1').fadeOut(500);
$('.flag-page').show(); $('.flag-page').show();
......
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