$("#images").rotate(45);
var value = 0
$("#images1").rotate({
bind:
{
mouseover: function() {
value += 90;
$(this).rotate({animateTo: value})
}
}
});
$('#button').click(function() {
$("#images1").rotate({animateTo: parseInt($('#angel').val())});
});
function rotation() {
$("#images2").rotate({
angle: 0,
animateTo: 360,
callback: rotation,
easing: function(x, t, b, c, d) {
return c * (t / d) + b;
}
});
}
rotation();
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
