Reputation: 20558
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
Reputation: 7465
Use animate()
.
Here is a full example. I think you can understand it like it is without extra info:
Upvotes: 5