I'm |
Developer, Designer, Photographer
GET IN TOUCH
- Buk-gu, Busan, Republic of Korea
- ungdoli0916@naver.com
- Kakao ID : Ungdoli
Developer, Designer, Photographer
[즐거'웅'코드] 목차 리소스 예제 소스 구현 예시 리소스 예제 소스 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 31 32 33 34 35 Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 var swiper = new Swiper(".mySwiper", { spaceBetween: 30, loop: true, centeredSlides: true, autoplay: { delay: 2500, disableOnInteraction: false, }, pagination: { el: ".swiper-pagination", clickable: true, }, navigation: { n..
2021.07.14[즐거'웅'코드] 목차 리소스 예제 소스 구현 예시 리소스 예제 소스 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 31 32 33 34 35 36 1 2 3 4 $(".owl-carousel").owlCarousel({ items: 2, margin: 20, center: true, loop: true, dots: true, autoplay: true, autoplayTimeout: 2000, autoplayHoverPause: true, rewind: false, mouseDrag: true, touchDrag: true }); 구현 예시
2021.07.13[즐거'웅'코드] 목차 리소스 예제 소스 구현 예시 리소스 예제 소스 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 31 32 33 34 1 2 3 4 5 $('.autoplay').slick({ infinite: true, slidesToShow: 2, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, pauseOnHover: true }); 구현 예시
2021.07.12