【发布时间】:2012-01-24 14:49:54
【问题描述】:
因此,当我使用 jQuery 的 .animate() 方法时,我了解到要为左边距设置动画,您必须使用以下内容:
$('#thing').animate({marginLeft: 20}, 1000);
这与使用 css 属性 margin-left: 20px; 不同
如何使用animate() 中的text-shadow 属性?
【问题讨论】:
标签: jquery css jquery-animate