jquery 的animate 的transform

$(function(){css

  var t = 1000;web

  $("#id").animate(this

    {borderSpacing:180}, //180 指旋轉度數orm

    {ci

      step: function(now,fix){it

        $(this).css('-webkit-transform','rotate('+now+'deg)');io

        $(this).css('-ms-transform','rotate('+now+'deg)');function

        $(this).css('-moz-transform','rotate('+now+'deg)');form

        $(this).css('-o-transform','rotate('+now+'deg)');transform

        $(this).css('-transform','rotate('+now+'deg)');

      },durantion:t},'linear')

})

相關文章
相關標籤/搜索