[example] 5 seconds per image
This commit is contained in:
@@ -98,7 +98,7 @@ define([
|
|||||||
url: IMAGE_SAMPLES[index]
|
url: IMAGE_SAMPLES[index]
|
||||||
});
|
});
|
||||||
index += 1;
|
index += 1;
|
||||||
}, 1000);
|
}, 5000);
|
||||||
|
|
||||||
return function (interval) {
|
return function (interval) {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|||||||
Reference in New Issue
Block a user