jQuery實(shí)現(xiàn)帶水平滑桿的焦點(diǎn)圖動(dòng)畫插件
來源:易賢網(wǎng) 閱讀:834 次 日期:2016-07-21 16:12:40
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery實(shí)現(xiàn)帶水平滑桿的焦點(diǎn)圖動(dòng)畫插件”,方便廣大網(wǎng)友查閱!

這是一款很實(shí)用的jQuery焦點(diǎn)圖動(dòng)畫插件,跟其他jQuery焦點(diǎn)圖插件不同的是,它帶有一個(gè)水平的滑桿,你可以通過滑動(dòng)滑桿實(shí)現(xiàn)圖片的切換,也可以通過點(diǎn)擊圖片來切換。這款焦點(diǎn)圖是純jQuery實(shí)現(xiàn)的,兼容性和實(shí)用性都還可以,而且也比較簡單,很容易集成到需要的項(xiàng)目中去。

效果展示如下所示:

名單

HTML代碼

<div id="wrapper">

<ul id="flip">

<li title="The first image" ><img src="1.png" /></li>

<li title="A second image" ><img src="2.png" /></li>

<li title="This is the description" ><img src="5.png" /></li>

<li title="Another description" ><img src="4.png" /></li>

<li title="A title for the image" ><img src="3.png" /></li>

</ul>

<div id="scrollbar"></div>

</div>

CSS代碼

.ui-jcoverflip {

position: relative;

}

.ui-jcoverflip--item {

position: absolute;

display: block;

}

/* Basic sample CSS */

#flip {

height: 200px;

width: 630px;

margin-bottom: 50px;

}

#flip .ui-jcoverflip--title {

position: absolute;

bottom: -30px;

width: 100%;

text-align: center;

color: #555;

}

#flip img {

display: block;

border: 0;

outline: none;

}

#flip a {

outline: none;

}

#wrapper {

height: 300px;

width: 630px;

overflow: hidden;

position: relative;

}

.ui-jcoverflip--item {

cursor: pointer;

}

body {

font-family: Arial, sans-serif;

width: 630px;

padding: 0;

margin: 0;

}

ul,

ul li {

margin: 0;

padding: 0;

display: block;

list-style-type: none;

}

#scrollbar {

position: absolute;

left: 20px;

right: 20px;

}

jQuery代碼

jQuery( document ).ready( function(){

jQuery( '#flip' ).jcoverflip({

current: 2,

beforeCss: function( el, container, offset ){

return [

$.jcoverflip.animationElement( el, { left: ( container.width( )/2 - 210 - 110*offset + 20*offset )+'px', bottom: '20px' }, { } ),

$.jcoverflip.animationElement( el.find( 'img' ), { width: Math.max(10,100-20*offset*offset) + 'px' }, {} )

];

},

afterCss: function( el, container, offset ){

return [

$.jcoverflip.animationElement( el, { left: ( container.width( )/2 + 110 + 110*offset )+'px', bottom: '20px' }, { } ),

$.jcoverflip.animationElement( el.find( 'img' ), { width: Math.max(10,100-20*offset*offset) + 'px' }, {} )

];

},

currentCss: function( el, container ){

return [

$.jcoverflip.animationElement( el, { left: ( container.width( )/2 - 100 )+'px', bottom: 0 }, { } ),

$.jcoverflip.animationElement( el.find( 'img' ), { width: '200px' }, { } )

];

},

change: function(event, ui){

jQuery('#scrollbar').slider('value', ui.to*25);

}

});

jQuery('#scrollbar').slider({

value: 50,

stop: function(event, ui) {

if(event.originalEvent) {

var newVal = Math.round(ui.value/25);

jQuery( '#flip' ).jcoverflip( 'current', newVal );

jQuery('#scrollbar').slider('value', newVal*25);

}

}

});

});

以上代碼是針對(duì)jQuery實(shí)現(xiàn)帶水平滑桿的焦點(diǎn)圖動(dòng)畫插件,希望對(duì)大家有所幫助!

更多信息請(qǐng)查看網(wǎng)絡(luò)編程
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

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