Page 1 of 1

Slide Show with fade animation

Posted: Thu Jun 02, 2022 5:49 pm
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

Re: Slide Show with fade animation

Posted: Thu Jun 02, 2022 6:00 pm
by Pablo
You can stop the slideshow via events (for example triggered by a timer)

Code: Select all

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