I using the following JQuery:
$("#pushSlideDiv").slideDown("fast");
However, this creates a "slide" effect. Meaning, if I do a slidedown
, this makes the underlining DIV reveal it's self from a top-to-bottom reveal.
I want a "push" effect, where the slidedown instead reveals as though the div is being pushed onto the page ... where you first see the bottom of the div.
How can I do this with JQuery?
UPDATE:
This isn't a great example, but it does show a push effect that I'm trying to accomplish vs a "slide" effect.