最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jQuery旋轉(zhuǎn)插件—rotate支持(ie/Firefox/SafariOpera/Chrome)

 更新時(shí)間:2013年01月16日 16:46:25   作者:  
網(wǎng)上發(fā)現(xiàn)一個很有意思的jQuery旋轉(zhuǎn)插件,支持Internet Explorer 6.0+ 、Firefox 2.0 、Safari 3 、Opera 9 、Google Chrome,高級瀏覽器下使用Transform,低版本ie使用VML實(shí)現(xiàn),感興趣的朋友可以了解下

網(wǎng)上發(fā)現(xiàn)一個很有意思的jQuery旋轉(zhuǎn)插件,支持Internet Explorer 6.0+ 、Firefox 2.0 、Safari 3 、Opera 9 、Google Chrome,高級瀏覽器下使用Transform,低版本ie使用VML實(shí)現(xiàn)。

調(diào)用和方法:

rotate(angle)

angle參數(shù):[Number] – 默認(rèn)為 0 – 根據(jù)給定的角度旋轉(zhuǎn)圖片

例如:

復(fù)制代碼 代碼如下:

$("#img").rotate(45);

rotate(parameters)

parameters參數(shù):[Object] 包含旋轉(zhuǎn)參數(shù)的對象。支持的屬性:
1.angle屬性:[Number] – default 0 – 旋轉(zhuǎn)的角度數(shù),并且立即執(zhí)行
例如: 
復(fù)制代碼 代碼如下:

$("#img").rotate({angle:45});

2.bind屬性:[Object] 對象,包含綁定到一個旋轉(zhuǎn)對象的事件。事件內(nèi)部的$(this)指向旋轉(zhuǎn)對象-這樣你可以在內(nèi)部鏈?zhǔn)秸{(diào)用- $(this).rotate(…)。例如 (click on arrow):
復(fù)制代碼 代碼如下:

$("#img").rotate({bind:{

click: function(){

$(this).rotate({

angle: 0,

animateTo:180
})
}
}
});

3.animateTo屬性:[Number] – default 0 – 從當(dāng)前角度值動畫旋轉(zhuǎn)到給定的角度值 (或給定的角度參數(shù))例如: 結(jié)合上面的例子,請參閱使用。
4.duration屬性:[Number] – 指定使用animateTo的動畫執(zhí)行持續(xù)時(shí)間例如 (click on arrow):
復(fù)制代碼 代碼如下:

$("#img").rotate({bind:{
click: function(){
$(this).rotate({
duration:6000,
angle: 0,
animateTo:100
})
}
}
});

5.step屬性:[Function] – 每個動畫步驟中執(zhí)行的回調(diào)函數(shù),當(dāng)前角度值作為該函數(shù)的第一個參數(shù)
6.easing屬性:[Function] – 默認(rèn) (see below) – Easing function used to make animation look more natural. It takes five parameters (x,t,b,c,d) to support easing from http://gsgd.co.uk/sandbox/jquery/easing/ (for more details please see documentation at their website). Remember to include easing plugin before using it in jQueryRotate!Default function:
復(fù)制代碼 代碼如下:

function (x, t, b, c, d) { return -c * ((t=t/d-1)*t*t*t - 1) + b; }

Where:t: current time,
b: begInnIng value,
c: change In value,
d: duration,
x: unused
No easing (linear easing):
復(fù)制代碼 代碼如下:

function(x, t, b, c, d) { return (t/d)*c ; }

Example (click on arrow):
復(fù)制代碼 代碼如下:

$("#img").rotate({bind:{
click: function(){
$(this).rotate({
angle: 0,
animateTo:180,
easing: $.easing.easeInOutElastic
})
}
}
});

7.callback屬性:[Function] 動畫完成時(shí)執(zhí)行的回調(diào)函數(shù)例如 (click on arrow):
復(fù)制代碼 代碼如下:

$("#img").rotate({bind:{
click: function(){
$(this).rotate({
angle: 0,
animateTo:180,
callback: function(){ alert(1) }
})
}
}
});

getRotateAngle

這個函數(shù)只是簡單地返回旋轉(zhuǎn)對象當(dāng)前的角度。

例如:
復(fù)制代碼 代碼如下:

$("#img").rotate({
angle: 45,
bind: {
click : function(){
alert($(this).getRotateAngle());
}
}
});

stopRotate

這個函數(shù)只是簡單地停止正在進(jìn)行的旋轉(zhuǎn)動畫。

例如:
復(fù)制代碼 代碼如下:

$("#img").rotate({
bind: {
click: function(){
$("#img").rotate({
angle: 0,
animateTo: 180,
duration: 6000
});
setTimeout(function(){
$("#img").stopRotate();
}, 1000);
}
}
});

用這個可以實(shí)現(xiàn)很多關(guān)于旋轉(zhuǎn)的網(wǎng)頁特效,我用這個做了個抽獎大轉(zhuǎn)盤,效果不錯,就是沒flash順暢,基本能跑哈哈。

jqueryrotate項(xiàng)目地址:http://code.google.com/p/jqueryrotate/

代碼示例:http://code.google.com/p/jqueryrotate/wiki/Examples

一步一步往上爬

相關(guān)文章

最新評論

沐川县| 龙里县| 肥东县| 温州市| 新化县| 宁德市| 文昌市| 卓资县| 临颍县| 溧水县| 延长县| 磐安县| 台中县| 汝阳县| 秦安县| 咸宁市| 香港| 读书| 遂平县| 台中县| 临高县| 屏南县| 大洼县| 萝北县| 颍上县| 东乡县| 名山县| 广元市| 庆阳市| 南充市| 黎川县| 酒泉市| 平度市| 西昌市| 黄冈市| 兴国县| 溧阳市| 永州市| 石棉县| 天祝| 钟山县|