반응형
$({deg: 0}).animate({deg: d},{
duration: cf.duration,
step: function(now) {
ev.css({
transform: 'rotate(' + now + 'deg)'
});
}
});
duration: cf.duration,
step: function(now) {
ev.css({
transform: 'rotate(' + now + 'deg)'
});
}
});
반응형
'웹프로그래밍 > Javascript' 카테고리의 다른 글
Javascript iBook EPUB 3.0 Images not working (0) | 2015.05.27 |
---|---|
jQuery $("img").load non-cache (0) | 2015.05.26 |
Javascript 모바일 체크 (0) | 2015.04.23 |
Javascript Favicon 적용 (0) | 2015.04.23 |
input type=text 에서 엔터 눌렀을때 submit 실행 (0) | 2015.04.21 |