Is there any way that I could make the previous box side away when the other one is pressed.
I want the Boxes to automatically close when the next box slides in.
For instance, If I press “About Us” the box slides down and it works fine, BUT if I press the “Sponsors” link afterwards it slides over the previous box.
There isn’t any way with the current iteration of TransitionFX. Due to the way that the Acton adds the effect to the elements, it’s pretty hard to imagine how to do this, too. If I were writing the effect out long-hand in JavaScript, I would leave some “handles” that you could use to trigger this behavior, but the Action writes inline handlers and those are hard to trigger from outside the element itself.
Walter
On Dec 16, 2011, at 8:54 PM, Nate wrote:
Is there any way that I could make the previous box side away when the other one is pressed.