mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[example] 5 seconds per image
This commit is contained in:
parent
7fcaf6510e
commit
1ab4cf68d7
@ -98,7 +98,7 @@ define([
|
||||
url: IMAGE_SAMPLES[index]
|
||||
});
|
||||
index += 1;
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
return function (interval) {
|
||||
clearInterval(interval);
|
||||
|
Loading…
Reference in New Issue
Block a user