国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery圖片特效插件Revealing實現拉伸放大

2019-11-20 12:37:20
字體:
來源:轉載
供稿:網友

點擊圖片,圖片拉伸放大顯示,效果非常棒!

使用方法:

1、head區域引用文件 jquery.js,photorevealer.js,datouwang.css

2、在文件中加入<!-- 代碼 開始 --><!-- 代碼 結束 -->區域代碼

3、圖片個數可以自由增減,增加或者刪除<td></td>即可

4、如果圖片信息更多,需要更大的空間,可修改photorevealer.js中第36行的數字

核心代碼:

$(document).ready(function(){     $('.photo_slider').each(function(){     var $this = $(this).addClass('photo-area');  var $img = $this.find('img');  var $info = $this.find('.info_area');       var opts = {};     $img.load(function(){    opts.imgw = $img.width();    opts.imgh = $img.height();  });     opts.orgw = $this.width();  opts.orgh = $this.height();     $img.css ({    marginLeft: "-150px",    marginTop: "-150px"  });     var $wrap = $('<div class="photo_slider_img">').append($img).prependTo($this);   var $open = $('<a href="#" class="more_info">More Info ></a>').appendTo($this);     var $close = $('<a class="close">Close</a>').appendTo($info);     opts.wrapw = $wrap.width();  opts.wraph = $wrap.height();     $open.click(function(){    $this.animate({       width: opts.imgw,      height: (opts.imgh+30),      borderWidth: "10"    }, 600 );             $open.fadeOut();         $wrap.animate({       width: opts.imgw,      height: opts.imgh    }, 600 );     $(".info_area",$this).fadeIn();         $img.animate({      marginTop: "0px",      marginLeft: "0px"    }, 600 );         return false;  });     $close.click(function(){    $this.animate({       width: opts.orgw,      height: opts.orgh,      borderWidth: "1"     }, 600 );         $open.fadeIn();         $wrap.animate({       width: opts.wrapw,      height: opts.wraph       }, 600 );           $img.animate({        marginTop: "-150px",        marginLeft: "-150px"      }, 600 );     $(".info_area",$this).fadeOut();    return false;  });   }); });

以上所述就是本文的全部代碼了,希望大家能夠喜歡。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 盘锦市| 静海县| 阿鲁科尔沁旗| 特克斯县| 吉林省| 白水县| 济南市| 象山县| 元江| 宿松县| 昭平县| 陇南市| 彰化市| 漾濞| 云林县| 贞丰县| 南宫市| 镇康县| 灌云县| 克拉玛依市| 永年县| 临沧市| 仪征市| 株洲县| 土默特右旗| 辽宁省| 宁津县| 潞西市| 容城县| 岫岩| 木兰县| 鹤岗市| 绥阳县| 榆中县| 无极县| 高密市| 昭苏县| 高阳县| 承德市| 乡宁县| 崇左市|