开发者

Slide down div from top then out to the left

开发者 https://www.devze.com 2023-04-12 11:51 出处:网络
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

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消