jQuery圖片特效插件Revealing實現(xiàn)拉伸放大
來源:易賢網(wǎng) 閱讀:949 次 日期:2015-04-24 11:25:38
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery圖片特效插件Revealing實現(xiàn)拉伸放大”,方便廣大網(wǎng)友查閱!

本文給大家分享的是jQuery圖片展示效果,使用的是jQuery Revealing插件,不點擊的情況下,圖片整齊排列成一行,當(dāng)任意一個圖片縮略圖被點擊的時候,該圖片就放大顯示,當(dāng)點擊關(guān)閉按鈕時圖片又重新還原了縮略圖模式。

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

使用方法:

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

2、在文件中加入?yún)^(qū)域代碼

3、圖片個數(shù)可以自由增減,增加或者刪除即可

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

核心代碼:

?

$(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;

});

});

});

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

更多信息請查看IT技術(shù)專欄

更多信息請查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:jQuery圖片特效插件Revealing實現(xiàn)拉伸放大
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機(jī)號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)