Jonathan Clark
Jonathan Clark

Reputation: 20558

Slide down div from top then out to the left

I am using jQuery.

I need a div to slide down from the top of a page and out to the left. How can this be done? I am not looking for the slideDown(). I need to div in it´s whole to slide down from "outside" of the page.

Thankful for all help!

Upvotes: 0

Views: 2486

Answers (1)

JNDPNT
JNDPNT

Reputation: 7465

Use animate().

Here is a full example. I think you can understand it like it is without extra info:

http://jsfiddle.net/GqN9k/

Upvotes: 5

Related Questions