qq_慕瓜2493294
2019-08-13 10:35
.animate( properties, options )这里的options是什么意思?有什么作用?能举个例子吗?
$('#elem').animate({ width: 'toggle', height: 'toggle' }, {
duration: 5000,
specialEasing: { width: 'linear', height: 'easeOutBounce' },
complete: function() { $(this).after('Animation complete.'); }
});
jQuery基础(四)—动画篇
85049 学习 · 262 问题
相似问题