【发布时间】:2013-11-02 12:52:19
【问题描述】:
我正在使用jQuery Image Center plugin 并尝试在图像居中后对其进行动画处理
这是我的代码,图像居中有效,但动画无效
$('#myimage').css('opacity' , 0);
$('#myimage').centerImage(function() {
//At this point, resize is complete, and the element is invisible
$(this).animate({opacity: 1}, 1500 );
});
【问题讨论】:
-
控制台是否出现任何错误?
-
不,萤火虫中什么都没有
标签: javascript jquery html css centering