Hey,
Has anyone found the solution ?
Thank you,
Best regards.
Hey,
Has anyone found the solution ?
Thank you,
Best regards.
It works ! Thanks Marius !
Best
Hey guys,
I am trying to make my homepage auto-scroll after loading.
Like this : http://labels.redbullmusicacademy.com/
I found this but it don't seems to work :
function pageScroll() {
window.scrollBy(0,1);
scrolldelay = setTimeout(pageScroll,10);
}
Thanks !