亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

[置頂]       jQuery旋轉插件—rotate

發布時間:2020-07-04 10:02:18 來源:網絡 閱讀:263 作者:873582595 欄目:web開發

網上發現一個很有意思的jQuery旋轉插件,支持Internet Explorer 6.0+ 、Firefox 2.0 、Safari 3 、Opera 9 、Google Chrome,高級瀏覽器下使用Transform,低版本ie使用VML實現。

調用和方法:
rotate(angle)

angle參數:[Number] – 默認為 0 – 根據給定的角度旋轉圖片

例如:

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

rotate(parameters)

parameters參數:[Object] 包含旋轉參數的對象。支持的屬性:

  1. angle屬性:[Number] – default 0 – 旋轉的角度數,并且立即執行
    例如:

     

    1 $("#img").rotate({angle:45});
  2. bind屬性:[Object] 對象,包含綁定到一個旋轉對象的事件。事件內部的$(this)指向旋轉對象-這樣你可以在內部鏈式調用- $(this).rotate(…)。例如 (click on arrow):
    $("#img").rotate({bind:{  click: function(){  $(this).rotate({  angle: 0,  animateTo:180 }) } } });
  3. animateTo屬性:[Number] – default 0 – 從當前角度值動畫旋轉到給定的角度值 (或給定的角度參數)例如: 結合上面的例子,請參閱使用。
  4. duration屬性:[Number] – 指定使用animateTo的動畫執行持續時間例如 (click on arrow):
      

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

  5. step屬性:[Function] – 每個動畫步驟中執行的回調函數,當前角度值作為該函數的第一個參數
  6. easing屬性:[Function] – 默認 (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:
      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):

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

    Example (click on arrow):

    $("#img").rotate({bind:{ click: function(){ $(this).rotate({ angle: 0, animateTo:180, easing: $.easing.easeInOutElastic }) } } });
  7. callback屬性:[Function] 動畫完成時執行的回調函數例如 (click on arrow):
    $("#img").rotate({bind:{  click: function(){ $(this).rotate({ angle: 0, animateTo:180, callback: function(){ alert(1) } }) } } });

getRotateAngle

這個函數只是簡單地返回旋轉對象當前的角度。

例如:

1 $("#img").rotate({ 2 angle: 45, 3 bind: { 4 click : function(){ 5 alert($(this).getRotateAngle()); 6 } 7 } 8 });

stopRotate

這個函數只是簡單地停止正在進行的旋轉動畫。

例如:

 
1 $("#img").rotate({  2 bind: {  3 click: function(){  4 $("#img").rotate({  5 angle: 0,  6 animateTo: 180,  7 duration: 6000  8 });  9 setTimeout(function(){ 10 $("#img").stopRotate(); 11 }, 1000); 12 } 13 } 14 });

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

丹东市| 会昌县| 平利县| 恩施市| 六盘水市| 信阳市| 开江县| 盐城市| 涞源县| 永川市| 奈曼旗| 额尔古纳市| 苍溪县| 萨迦县| 岳池县| 尼玛县| 抚松县| 固始县| 会昌县| 余干县| 潍坊市| 黄山市| 淮安市| 平和县| 清水河县| SHOW| 宁陕县| 襄城县| 抚远县| 台中市| 邵东县| 依安县| 攀枝花市| 永嘉县| 西宁市| 靖西县| 海盐县| 丰原市| 长春市| 峨眉山市| 广南县|