제이쿼리로 이미지 회전 시키기
$("#img").rotate({
bind:
{
mouseover : function() {
$(this).rotate({animateTo:180})
},
mouseout : function() {
$(this).rotate({animateTo:0})
}
}
});
이미지를 회전 시키는 소스에요.
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인