master
iotcat 2 years ago
parent 847cffb8f2
commit 57c3284b28
  1. 6
      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');
});

Loading…
Cancel
Save