[example] 5 seconds per image

This commit is contained in:
Pete Richards 2017-06-21 13:56:18 -07:00
parent 7fcaf6510e
commit 1ab4cf68d7

View File

@ -98,7 +98,7 @@ define([
url: IMAGE_SAMPLES[index]
});
index += 1;
}, 1000);
}, 5000);
return function (interval) {
clearInterval(interval);