Account for the transition

This commit is contained in:
Manav Rathi 2024-05-10 10:20:03 +05:30
parent cf3394fd15
commit bd8ff3f454
No known key found for this signature in database

View file

@ -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.