Swipe.js 슬라이드 시 이벤트 트리거

Swipe.js에서 아이폰 허가증 Timepicker를 실현했기 때문에 공유합니다.
완성된 그림 그림은 입니다
이런 느낌이에요.
코드는 여기서 확인할 수 있습니다.
Timepicker using Swiper.js
공식 문서는 별로 참고하지 않았다.(난)
Swiper

지원


하면, 만약, 만약...
행사가 아무리 해도 불이 나지 않았기 때문에
울던 손가락을 떼다.
(설치에 성공한 사람은 꼭 알려주세요)
참고로 손가락이 미끄러지는 코드를 설치하면 다음과 같다.
index.js

var defaults = {
  pagination: '.swiper-pagination',
  slidesPerView: 3,
  freeMode: true,
  freeModeSticky: true,
  freeModeMomentumRatio: 0.25,
  freeModeVelocityRatio: 0.25,
  freeModeMinimumVelocity: 0.1,
  mousewheelControl: true, <-- こいつと
  mousewheelSensitivity: 0.5,  <-- こいつを実装する
  loop: true,
  loopAdditionalSlides: 5,
  direction: 'vertical',
  slideToClickedSlide: true,
  centeredSlides: true
};

좋은 웹페이지 즐겨찾기