// Intro animation
setTimeout(function(){
$('.intro').addClass("intro_hide")
}, 3000);
I want to show this div (intro) only the first time you enter the website. When you go to another page and go back to the homepage this shouldn't show. Only when you do a hard refresh or come back to the website after a long time.