Is it possible to set delay for each slide separetly in Slideshow plugin? #150
-
In Slideshow plugin we have only two properties, and delay is used for each slides. I want to set different delay for each slide. Is it possible? <Lightbox
open={open}
close={() => setOpen(false)}
slides={[...videos, ...slides]}
slideshow={{ autoplay, delay }}
plugins={[Slideshow, Video]}
video={{
autoPlay: autoplay,
controls: false,
}}
/> |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Jul 6, 2023
Replies: 1 comment 2 replies
-
This is not something that is currently supported. Can you provide a use case? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
igordanchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not something that is currently supported. Can you provide a use case?