Short story:
I'd like to be able to present an image for 500 ms, directly followed by another image (on the same page) that is presented for 2 seconds.
Longer story:
I plan to show respondents 50 images each. The keep things manageable I am doing this using the loop & merge function (which pipes in a link to an embedded image), with one image shown at a time. I plan to show each image for exactly 2 seconds, which I can do using the setTimeout function in Javascript.
However, before each image is presented I would like to show respondents the same static image for 500 milliseconds. I'd like to do this all on the same page (i.e., respondents do not auto-advancing to a new page between the first and second image). This is the part I haven't been able to figure out --- how to show one image on a page, have it disappear and then show another image on the same page.
Any suggestions would be much appreciated.