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
Event to start a slide show
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Event to start a slide show
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
$('#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
- wwonderfull
-
- Posts: 1579
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Event to start a slide show
You can use a timer to start the slideshow with a delay.
- BaconFries
-
- Posts: 5914
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Event to start a slide show
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
viewtopic.php?p=223468&hilit=delay+slideshow#p223468
Re: Event to start a slide show
This sounds like what I need...
You can use a timer to start the slideshow with a delay
How do I add it?
Lasa
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
You can find the "Timer" object in the toolbox.
Re: Event to start a slide show
Found it, but can't seem to get it to work.
Lasa
Lasa
Re: Event to start a slide show
What did you try and where does it stop working?