From 57c3284b28f7fdfc0e487560a956151345936ee3 Mon Sep 17 00:00:00 2001 From: iotcat Date: Fri, 11 Mar 2022 11:45:09 +0800 Subject: [PATCH] boll --- effect.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/effect.js b/effect.js index aa5efbd..50d0cbd 100755 --- a/effect.js +++ b/effect.js @@ -119,13 +119,13 @@ $('document').ready(function(){ loopSix(); loopSeven(); - $(this).fadeOut('slow').delay(5000).promise().done(function(){ + $(this).fadeOut('slow').delay(9000).promise().done(function(){ $('#cake_fadein').fadeIn('slow'); }); }); $('#cake_fadein').click(function(){ - $('.cake').fadeIn('slow'); + $('.cake').fadeIn(2000); $(this).fadeOut('slow').delay(3000).promise().done(function(){ $('#light_candle').fadeIn('slow'); }); @@ -166,7 +166,7 @@ $('document').ready(function(){ $('#story').click(function(){ $(this).fadeOut('slow'); - $('.cake').fadeOut('fast').promise().done(function(){ + $('.cake').fadeOut(2000).promise().done(function(){ $('.message').fadeIn('slow'); });