So I am using this example of the dynamic carousel and I am trying to configure the javascript to allow the it to scroll through once but then start over and stop on slide #1: here is the website: http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm
I have tries to change the autostep parameter from true to false but that either loops forever or stops on the last one.
I tried to use the: onslide:function()
but I cannot figure out the syntax to determine how the slider knows what the last slide is.
Can anyone help me with this?
The answer is posted here: http://www.dynamicdrive.com/forums/showthread.php?t=67842
but here is the code:
Then you also have to change the stepcarousel.js from:
to:
Cannot Thank John enough for helping me with this, hope it helps anyone else.