제이쿼리 효과 변경하고싶은데여

제이쿼리 효과 변경하고싶은데여

QA

제이쿼리 효과 변경하고싶은데여

본문

<script> $(document).ready (function () { $('.jq_onoff .jq_hide').css('display', 'none'); $('.jq_autoonoff .jq_hide').css('display', 'none'); //탭(ul) onoff $('.jq_tabonoff .jq_cont').children().css('display', 'none'); $('.jq_tabonoff .jq_cont div:first-child').css('display', 'block'); $('.jq_tabonoff .jq_tab li:first-child').addClass('on'); $('.jq_tabonoff').delegate('.jq_tab li', 'click', function() { var index = $('.jq_tabonoff .jq_tab li').index(this); $(this).siblings().removeClass(); $(this).addClass('on'); $(this).parent().next('.jq_cont').children().slideUp('fast').eq(index).slideDown('fast'); }); //탭(ul) onoff(auto) $('.jq_tabonoff_auto .jq_cont').children().css('display', 'none'); $('.jq_tabonoff_auto .jq_cont div:first-child').css('display', 'block'); $('.jq_tabonoff_auto .jq_tab li:first-child').addClass('on'); function tabonoff(o) { var index = $('.jq_tabonoff_auto .jq_tab li').index(o); $(o).siblings().removeClass(); $(o).addClass('on'); $(o).parent().next('.jq_cont').children().slideUp('fast').eq(index).slideDown('fast'); } (function(a){ a.fn.tabonoff_auto=function(p){ var s_t_i=p&&p.scroller_time_interval?p.scroller_time_interval:"3000"; //롤링타임 수정가능 var dom=a(this); var s_length=dom.length; var timer; var current = 0; begin(); play(); function begin(){ dom.click(function(){current = dom.index($(this)); play(); stop()}); dom.parent().parent().hover(function(){stop();},function(){timer = setTimeout(play,s_t_i);}); } function stop(){clearTimeout(timer);} function play(){ clearTimeout(timer); tabonoff(dom[current]); if(current >= s_length-1){current = 0;} else{current ++;} timer = setTimeout(play,s_t_i); } } })(jQuery); $(".jq_tabonoff_auto li").tabonoff_auto(); }); </script>  


 

 

지금은 슬라이드업? 넘어갈때 빠르게 올라오는 효과인데 

넘어갈때 자연스럽게 나타나는..

 

http://www.songlimga.com/index.do 메인슬라이드 같은 효과낼려면 어떻게 수정해야될까여 

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
전체 0
QA 내용 검색
filter #php ×
  • 개별 목록 구성 제목 답변작성자조회작성일
  • 질문이 없습니다.

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT