2012-09-25 71 views

回答

2

试试这个,这将需要JQuery用户界面。

$('#content').show("slide", { direction: "right" }, 1000, function() { 
//Do what you want when the animation is finished. 
}); 

文档:http://docs.jquery.com/UI/Effects/Slide

+0

我试过你的链接,它实际上是推动页面的其他内容,不能用它来获得叠加效果吗? –