JQuery: How to perform a "push" slide, not a slide up?
Posted
by Tedy
on Stack Overflow
See other posts from Stack Overflow
or by Tedy
Published on 2010-04-23T20:23:40Z
Indexed on
2010/04/23
20:33 UTC
Read the original article
Hit count: 187
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.
© Stack Overflow or respective owner