Closed joeworkman closed 9 years ago
Hi joeworkman I was looking for the same, I found it this way. You can reverse the animation by editing in and out animation. You can do this from the settings: animateIn : " fadeInUp " , animateOut : " fadeInDown " ,
Right now, no matter if you are moving to the next or pervious panels, the animation in and out are identical. It would be nice that the animations be reversed when navigating backwards in the panels.
Basically, a hash map would have to be created to relate animations with their backwards counterparts. So if the animation was fadeInUp, its backwards counterpart would be fadeInDown.
Let me know what you think. I would be happy to try and help implement this.