본문 바로가기
내마음대로만들어보자/HTML

메가박스 사이트 만들기 학습일지#4 - swiper.js

by 소농민! 2021. 5. 22.
728x90

이번에는 swiper.js를 사용하는 방법에 대해 배워보자.

( 참고 사이트 : https://swiperjs.com )

 

Swiper - The Most Modern Mobile Touch Slider

Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.

swiperjs.com

 

우선 첫번쨰로 소스를 다운로드 받아보자! 

https://github.com/nolimits4web/swiper

 

nolimits4web/swiper

Most modern mobile touch slider with hardware accelerated transitions - nolimits4web/swiper

github.com

 

사용방법은 참고사이트를 접속해본다면 충분한 설명이 되어있지만

아직은 이러한 부분을 사용하는데 익숙하지않기때문에 시간이 좀 필요하다.

 

* 적용화면

배너영역

Swiper.js 를 활용한 배너 모습!

 - 화살표 표시를 클릭 시, 배경이미지 변경 

 - 마우스로 클릭해서 이동해도 배경이미지 변경

 - 일정시간이 흐르면 자동으로 배경 이미지 변경 

 

* 나중에 활용할 수 있도록 소스도 정리해두자!

 

1. HTML 

2. CSS

 

3. swiper.css

swiper.css
0.01MB

4. swiper.js

swiper.min.js
0.12MB

 

HTML 파일에 CSS,JS는 필수로 연동을 해줘야한다.

아직은 개발문서를 찾아보고 필요한 부분만 가져오는게 익숙치않지만 시간을 가지고 쭉 읽어보는게 좋을 것 같다.

 

* swiper.js 적용된 모습