.fadeIn() .fadeOut()
.fadeIn() 은 매칭되는 요소가 불투명하게 페이딩 되는 effect 함수이다. 사용문법 .fadeIn( [ duration ], [ callback ] ) .fadeIn( [ duration ], [ easing ], [ callback ] ) ※ duration 은 1/1000 초 단위값이다. fast 또는 slow 문자를 가질 수 있다. 사용예 Click here With the element initially hidden, we can show it slowly: $('#clickme').click(function() { $('#book').fadeIn('slow', function() { // Animation complete }); }); .fadeOut()은 매칭되는 요소가 투명하게 페이..
jQuery
2010. 12. 28. 11:18
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크