First, the example: http://www.riapt.org/opensource/viewstack_test2/viewstack_test.html (com view source enabled).
The application has one viewstack with three components, and three buttons for the navigation. Each component has one hideEffect and one ShowEffect. It works fine and smooth, except if we click very fast on the navigation button, before the effects end. When this happens, the effects are abruptly interrupted, something i do not wish. According to the documentation: "The ViewStack or TabNavigator container waits for the hideEffect of the child container being hidden to complete before it reveals the new child container. You can interrupt a currently playing effect if you change the selectedIndex property of the ViewStack or TabNavigator container while an effect is playing." In my specific situation, i do not want this behavior. Is there any solution? Thanks, João Saleiro

