Hi there, I am sort of new to this. So please be patient if this is a really novice question.
In the script:
if (delay == 5000) { delay = 2500;
Does 5000 refer to 5 sec , and so changing it to delay=2500 means 2.5 secs?
So this whole script makes the transition on the cover page images faster?
Thanks in advance for clarifying. I'd appreciate the help.