timer = setTimeout(function() {
      pressed = false
      $(".js-willFade").animate({
        opacity: 1
      }, 500)