$(this).show('scale',{ duration: 1000,easing: 'eaSEOutBounce',});
目前元素显示为:none.我需要用缩放效果来显示它并且有一个缓和.
我是否必须将命令分开,或者是否有类似的东西可以使用?
谢谢.
$('.div1').show('scale',});
http://jsfiddle.net/tenshimsm/AUM6d/1/