KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 63 forks source link

Backwards CSS Animations #90

Closed joeworkman closed 9 years ago

joeworkman commented 11 years ago

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.

pankajk1018 commented 10 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 " ,