Here is the effect I am after? Unfortunately, jQuery’s slideDown() effect isn’t the same. This is the effect that I am after (Code and demo is located at jsFiddle).
I am aware that jQuery has an animate() method. But what exactly should be involved to achieve the same effect as MooTool’s slideIn() method?
Here’s a way to slide in and out (left/right) in JQuery, you should be able to quickly edit the code to match the effect you want:
—-CSS—-
—-JQuery—-
—-HTML—-