Commit abcd000c by doszhang

dos

parent e4879cc4
......@@ -103,8 +103,8 @@ input::-webkit-input-placeholder {
}
.home-scale.animate {
animation: homeScale 1s 0.4s ease-out forwards;
-webkit-animation: homeScale 1s 0.4s ease-out forwards;
animation: homeScale 1s 3.4s ease-out forwards;
-webkit-animation: homeScale 1s 3.4s ease-out forwards;
}
@keyframes homeScale {
......
......@@ -387,7 +387,7 @@ function initPage() {
function showPage1() {
if (homeNext) {
homeNext = false;
$('.home-hide').fadeOut(300);
$('.home-hide').fadeOut(3000);
$('.home-scale').addClass('animate');
// $('.home-page .candle').css('opacity', 1);
// $('.home-page .btn-next').removeClass('animate');
......
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