Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴

PK8AE

jquery 회전 플러그인 본문

jquery

jquery 회전 플러그인

pk8ae 2017. 8. 22. 13:04



jquery.transit.min.js



<script src="jquery.transit.min.js"></script>


<script>

$(document).ready(function(){

$('.box').transition({

 rotateY: '365deg'

},1000);

}); 

</script>


 

'jquery' 카테고리의 다른 글

jquery 리로드 없이 URL변경  (0) 2017.02.21
jquery 클릭/마우스오버  (0) 2017.01.09
ajax 예제  (0) 2016.10.31
Comments