-
紫衣仙女
我不知道是要它们同时进行还是先移动过去再隐藏,2个;第一个是先移动后隐藏$(function(){$("div").animate({ left:"100",opacity:1},1000,function(){$(this).css({display:"none"})})})第2个是移动过去的同时隐藏$(function(){$("div").animate({ left:"100",opacity:1},1000)})js和jq的主要区别js是基础,jq是建立在js的基础上,用js开发出来的一个框架,里面实现和很多常用的功能和效果。只要了解其中方法的含义,我们使用的时候直接调用就可以了。
-
泛舟湖上清波郎朗
因为animate有个duration,默认是400ms。如下的写法就是你要的效果了.animate({ left:"100,opacity:1"},400,function(){$(this).css("display:block")});
-
白猪掌柜的
animate函数不支持 display 属性,只支持下列CSS 样式backgroundPositionborderWidthborderBottomWidthborderLeftWidthborderRightWidthborderTopWidthborderSpacingmarginmarginBottommarginLeftmarginRightmarginTopoutlineWidthpaddingpaddingBottompaddingLeftpaddingRightpaddingTopheightwidthmaxHeightmaxWidthminHeightmaxWidthfontfontSizebottomleftrighttopletterSpacingwordSpacinglineHeighttextIndent