ZIndex的值直接通过animate动画过渡设置
self.css("zIndex",zIndex).animate({
width:width,
height:height,
//zIndex:zIndex,
opacity:opacity,
left:left,
top:top
});
没有发生幻灯片的错位啊?您不是说css方法会直接设置ZIndex的值,而animate会过渡导致所有的幻灯片的层级关系都一致?
self.css("zIndex",zIndex).animate({
width:width,
height:height,
//zIndex:zIndex,
opacity:opacity,
left:left,
top:top
});
没有发生幻灯片的错位啊?您不是说css方法会直接设置ZIndex的值,而animate会过渡导致所有的幻灯片的层级关系都一致?
2015-05-16
举报