BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

End of a slideshow #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hye,

this is more a suggestion...

I can't find an option wich happend at the end of the slideshow.

i.e. of usage: In a website's introduction, the page should change 
automatically at the end of the slideshow.

It should be a nice implementation in a futur version.

Low

Original issue reported on code.google.com by lowkzi...@gmail.com on 15 Sep 2008 at 6:41

GoogleCodeExporter commented 9 years ago

Original comment by aeron.gl...@gmail.com on 16 Sep 2008 at 6:26

GoogleCodeExporter commented 9 years ago
This has been added in REV 104. There is now an onEnd handler. If 'loop' is 
false,
this handler will be fired on the end of the show. Set it to a function like
"function(){ window.location.href = 'http://some.url'; }" to redirect on the 
end of
the show. Thanks for the suggestion!

Original comment by aeron.gl...@gmail.com on 19 Oct 2008 at 7:24