Hi Kin,
ljlindhurst posted this http://forums.adobe.com/message/97681# back in April 2008 without a positive conclusion. It looks like the same conundrum that I posted a couple of days ago http://forums.adobe.com/thread/851757 :
“ Spry SlidingPanels
By default, after the last panel has displayed The Spry slidingPanels Widget causes the panels to zoom backward (visibly) through all the panels to arrive back at the first panel (sp1) to start the cycle again !?
Well I don't see any sliding panels on line that do that these days, thank goodness, they all transition (continue) from the last to the first panel without a break or “reverse zoom” ! So what am I missing? “
Your reply to ljlindhurst started with the following line:
“Since none of the geniuses have answered your question, I'll give it a try. :-P “
Well I appreciate your humor and greatly respect all the work you do on the forums, as I suspect many of us do.
So could you please revisit this item and have a stab at the javascript or code that will make this needed action work.
Thanks in anticipation.
I too am hoping what tunedup is asking for could be done.
Until then, i got the next panel to work where it loops back to the beginging, how can i get the previous panel to do the same and loop back to the end?
So far this is what i have but its not working:
function NextPanel()
{
var curPanel = sp1.getCurrentPanel();
var newPanel = sp1.showNextPanel();
if (curPanel == newPanel)
sp1.showFirstPanel();
}
function PreviousPanel()
{
var curPanel = sp1.getCurrentPanel();
var newPanel = sp1.showPreviousPanel();
if (curPanel == newPanel)
sp1.showLastPanel();
}
North America
Europe, Middle East and Africa
Asia Pacific