master
iotcat 2 years ago
parent 4b9b5ab95c
commit 2492cfa408
  1. 4
      effect.js
  2. 2
      stylesheet.css

@ -176,9 +176,9 @@ $('document').ready(function(){
$("p:nth-child("+i+")").fadeOut('slow').delay(800).promise().done(function(){ $("p:nth-child("+i+")").fadeOut('slow').delay(800).promise().done(function(){
i=i+1; i=i+1;
$("p:nth-child("+i+")").fadeIn('slow').delay(1000); $("p:nth-child("+i+")").fadeIn('slow').delay(1000);
if(i== $("#message_row").children("p").length){ if(i== $("#message_row").children("p").length+2){
$("p:nth-child(49)").fadeOut('slow').promise().done(function () { $("p:nth-child(49)").fadeOut('slow').promise().done(function () {
$('.cake').fadeIn('fast'); $('.cake').fadeIn('slow');
}); });
} }

@ -1265,7 +1265,7 @@ audio {
} }
.cake-cover { .cake-cover {
margin-top: 50px; margin-top: 60px;
} }
.message { .message {
margin-top: 200px; margin-top: 200px;

Loading…
Cancel
Save