3款经典jQuery图片滚动代码 超赞的jQuery图片滑块动画特效代码汇总

【3款经典jQuery图片滚动代码 超赞的jQuery图片滑块动画特效代码汇总】jQuery马赛克图片复原动作漫画特效是一种图片默认是分散效果 。打开页面的时候长久以来复原图片的js代码 。
script type="text/javascript" src=http://www.shenzhoubaby.com/"js/fragment.js"/script script type="text/javascript" $(function() { var fragmentConfig = { container : '.img-flex',//展现容器 line : 10,//多少行 column : 24,//多少列 width : 1000,//展现容器的宽度 animeTime : 10000,//最长动作漫画时光,图片的取值将在 animeTime*0.33 + animeTime*0.66以前取值 img : 'images/1.jpg'//图片路径 }; fragmentImg(fragmentConfig); }); /script