anderx 5 년 전
부모
커밋
421ac18439
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/main/webapp/WEB-INF/views/portal/aboutKede.html

+ 4 - 0
src/main/webapp/WEB-INF/views/portal/aboutKede.html

@@ -944,6 +944,10 @@
                 num += 200
                 if(num >= 0) { 
                     num = 0
+                    $("#changeUl").css({
+                        "transform": "translate3d(" + num + "px, 0px, 0px)",
+                        "transition-duration": "1000ms"
+                    })
                 }else{
                     $("#changeUl").css({ "transform": "translate3d("+num+"px, 0px, 0px)", "transition-duration": "1000ms" })
                 }