Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- string
- 파이썬
- 코딩테스트
- github
- array
- CSS
- 프로그래머스
- Algorithm
- sorting
- hash table
- Python
- vue.js
- computed
- HTML
- 컴포넌트
- dynamic programming
- 변수
- JavaSceipt
- 알고리즘
- JS
- 자료형
- java
- scss
- math
- leetcode
- greedy
- SasS
- 자료구조
- JavaScript
- 백준
Archives
- Today
- Total
목록라이브러리 (1)
Posis
[JavaScript] Carousel.js 슬라이드
이번 포스팅은 Carousel.js의 공식 Github페이지를 토대로 작성하였습니다. DEMO: https://ryujun.github.io/demos/JavaScript/Carousel/ Github: https://github.com/RyuJun/Carousel.js 지원 chrome, firefox, while 등등의 모던 브라우저 및 ie9 버전 이상에서 지원함 ( ie9 에서는 transition이 적용되지 않아서, Motion 등이 default로 적용됨 ) 설치 및 사용방법 일반 웹 페이지 웹 페이지에서 사용하려면 html파일 ... carousel.js는 es6++문법으로 작성되어 ie에서 작동하지 않습니다. carousel.min.js는 트랜스 파일링이 완료된 파일로써 이를 사용하면 ie..
JavaScript/라이브러리
2021. 10. 25. 03:29