function closeAnimation() { setInterval(function(){hide()}, 400); clearInterval(stopAnimation); } var stopAnimation = setInterval({hide()}, 400);