【发布时间】:2011-07-13 14:53:00
【问题描述】:
我想为一个 div 设计一个效果,例如来自本网站的效果(来自右侧的 live cmets 框)。
我正在使用动画效果。 比如:
jQuery(".aux_content").animate({"width":400+"px"},1000);
jQuery(".aux_content").animate({"height":500+"px"},{duration:1000, queue: true});
jQuery("#scrollingDiv").animate({"height":500+"px"},{duration:1000, queue: true});
它没有显示它应该如何。有人有更好的主意吗?
【问题讨论】:
标签: jquery html jquery-ui animation effects