Slide Show with fade animation

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
KIRK
 
 
Posts: 41
Joined: Fri Jul 08, 2016 3:51 pm

Slide Show with fade animation

Post by KIRK »

I have two images in a SlideShow (in a LayoutGrid). Type is sequence - animation is fade. I would like the sequence to stop after the second image. Can I adjust this somehow?

Or is there another solution to fade from image A to image B?

Thank you in advance
Kirk
User avatar
Pablo
 
Posts: 23121
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Slide Show with fade animation

Post by Pablo »

You can stop the slideshow via events (for example triggered by a timer)

Code: Select all

$('#SlideShow1').slideshow('stop');
Post Reply