Account for the transition
This commit is contained in:
parent
cf3394fd15
commit
bd8ff3f454
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export const imageURLGenerator = async function* (castData: CastData) {
|
|||
const previousURLs: string[] = [];
|
||||
|
||||
/** Number of milliseconds to keep the slide on the screen. */
|
||||
const slideDuration = 10000; /* 10 s */
|
||||
const slideDuration = 12000; /* 12 s */
|
||||
|
||||
/**
|
||||
* Time when we last yielded.
|
||||
|
|
Loading…
Add table
Reference in a new issue