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.
Th开发者_如何学运维ankful for all help!
Use animate()
.
Here is a full example. I think you can understand it like it is without extra info:
http://jsfiddle.net/GqN9k/
精彩评论