Hi All,
We have the animation of slide up in our application, which slides up some contents to display on the fly. But, now we want to change it to slide left instead of slideup. Any help is appreciated.
Thanks
Manikandan
$("#myElement").show('slide', {direction: 'left'}, 1000);
You can also do it with hide()
Hope that helps
Which framework are you using for animations? jquery ui, jquery mobile ...or what else. jquery ui has a slide left/right animation.
Jquery UI. And we have already slide up in place, in many files of our application.