Skip to content

Commit

Permalink
clear faces right away
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 14, 2018
1 parent 84ee019 commit 34995e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions celebmatch/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@ <h1>Which celebrity do you look like?</h1>

function scheduleNextSnapshot() {
window.setTimeout(function(){
overlay.find('.face').fadeOut(function(){
$(this).remove()
})
showNumber(3)
}, 6000)
window.setTimeout(function(){
showNumber(2)
}, 7000)
window.setTimeout(function(){
showNumber(1)
overlay.find('.face').fadeOut(function(){
$(this).remove()
})
}, 8000)
window.setTimeout(function(){
showNumber("...")
Expand Down

0 comments on commit 34995e2

Please sign in to comment.