Commit 4b2c8835 by doszhang

dos

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