I want to make a different animation based on if someone is coming to my webpage from another page on the site, or if they are just coming to the website for the first time. I basically want to do:
if (coming from my page) {
$(this).css('display': 'block');
$(this).fadeOut();
}