dreamslider.js是一款效果非常炫酷的九宫格组合动画Jqueryy幻灯片插件。该幻灯片插件将所有缩略图以网格形式排列,当用户点击某张缩略图时,会以九宫格切片组合动画的方式组合出高清大图,效果非常的酷。该幻灯片的特点还有:
缩略图带有鼠标滑过效果: Zoom-in(默认),bounce,standout。
炫酷的九宫格组合动画效果。
轻量级,容易集成。
不需要添加额外的缩略图。
使用dreamslider.js幻灯片插件需要在页面中引入dreamSlider.css,jQuery和dreamslider.js文件。
1 2 3 | < link rel = "stylesheet" href = "css/dreamslider.css" type = "text/css" media = "screen" /> < script type = "text/javascript" src = "js/jquery.min.js" ></ script > < script type = "text/javascript" src = "js/dreamslider.min.js" ></ script > |
基本HTML结构如下:
1 2 3 4 5 6 7 8 9 10 | < div class = "container" > < div iclass = "im_wrapper" > < div >< img src = "images/1.jpg" alt = "" /></ div > < div >< img src = "images/2.jpg" alt = "" /></ div > < div >< img src = "images/3.jpg" alt = "" /></ div > < div >< img src = "images/4.jpg" alt = "" /></ div > < div >< img src = "images/5.jpg" alt = "" /></ div > < div >< img src = "images/6.jpg" alt = "" /></ div > </ div > </ div > |
在页面DOM元素加载完毕之后,可以通过下面的方法来初始化该幻灯片插件。
1 2 3 4 5 6 7 8 9 | <script type= "text/javascript" > $( function (){ $( '#container' ).dreamSlider({ rowCount:6 //[limit 5 or 6] no of thumbs in a row //,easeEffect: 'bounce' //,easeEffect: 'standOut' }); }); </script> |
rowCount:页面中每一行的缩略图数量。
easeEffect:鼠标滑过缩略图的动画效果:Zoom-in(默认),bounce,standout。
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com