I have this function wich slides an animation to the left, but my problem is that once the animation started, the "explode" function dosn t take any other parameters like { pieces: 16 } what function should i use to make this work ?
如果一只点击,一只回下页,一只新闻回头,一又一回耳不去,我应该做些什么才能再次展示? 抽签
setTimeout(function(){
$("#slideleft").animate(
{marginLeft: 300px }, slow )}
, 1000);
$("#slideleft").click(function() {
$(this).hide("explode", { pieces: 16 }, 2000);
$( #slideright ).hide();
});