Page 1 of 1
Event to start a slide show
Posted: Sun Jul 16, 2023 3:00 pm
by Lasa
Hi,
I would like to set up a slide show via events to start only once the full slideshow is in view ...
Any ideas,
Lasa
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 3:24 pm
by Lasa
Figured it out.
$('#indextext13').slideshow('start');
Now how do I delay the slideshow a bit to view the first slide in the slideshow before it starts.
The first slide disappears too fast.
Thanks
Lasa
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 3:37 pm
by wwonderfull
Do you have any demo projects to speculate?
viewtopic.php?f=10&t=82134
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 3:51 pm
by Pablo
You can use a timer to start the slideshow with a delay.
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 3:59 pm
by BaconFries
Although the following is old it may still be of help. You will need to download the cycle plugin for it to work. Note not tried or tested for information only.
viewtopic.php?p=223468&hilit=delay+slideshow#p223468
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 4:26 pm
by Lasa
This sounds like what I need...
You can use a timer to start the slideshow with a delay
How do I add it?
Lasa
Re: Event to start a slide show
Posted: Sun Jul 16, 2023 5:15 pm
by Pablo
You can find the "Timer" object in the toolbox.
Re: Event to start a slide show
Posted: Mon Jul 17, 2023 1:24 am
by Lasa
Found it, but can't seem to get it to work.
Lasa
Re: Event to start a slide show
Posted: Mon Jul 17, 2023 6:03 am
by Pablo
What did you try and where does it stop working?