Skip to content

Commit

Permalink
change delay time of cheer
Browse files Browse the repository at this point in the history
  • Loading branch information
champcm committed Aug 29, 2023
1 parent f874743 commit e8fecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h5 class="modal-title">Score Result</h5>
setTimeout(function () {
$("#confettiCanvas").css({ "z-index": "1" });
$.confetti.stop();
}, 10000);
}, 20000);
}

$(document).ready(function () {
Expand Down

0 comments on commit e8fecd3

Please sign in to comment.