See the Pen [Swiper] 추가 옵션 by mill (@millfeel) on CodePen. 옵션 기본값 값 설명 direction 'horizontal' 'horizontal' | 'vertical' 슬라이드 방향 speed 300 number 슬라이드 전환 시간 단위: ms freeMode false boolean 활성화하면 슬라이드에 고정 된 위치가 없다. allowTouchMove true boolean 스와이프 막는 기능 [false 인 경우] 슬라이드를 전환하는 유일한 방법은 slidePrev 또는 slideNext와 같은 외부 API 기능을 사용하는 것이다. watchOverflow false boolean 슬라이드가 1개 일 때 pager, button 숨김 여부 설정 slid..
const swiper = new Swiper('.swiper-container', { a11y: { prevSlideMessage: 'Previous slide', nextSlideMessage: 'Next slide', }, }); swiperjs.com/swiper-api#accessibility-a11y Swiper API Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com
CDN 설정 방법 # 01:00 보안때문에 외부 연결을 못하는 경우, 플러그인을 다운받아서 사용하고, 보통은 CDN을 사용한다. # 01:18 swiperjs.com/get-started#installation Getting Started With Swiper Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com 각각 2개의 CDN 중 CSS는 일반 CSS를 사용한다. => 커스텀 마이징을 하기 위해서 JS는 min 버전을 사용한다. # 02:10 Swiper을 사용하기 위해서 제이쿼리를 사용해야 함. code.jquery.c..
See the Pen [인터랙션 CSS] 햄버거 메뉴 만들기 by mill (@millfeel) on CodePen. 접근성 이슈 tab 사용시 포커스 되지 않는 이슈를 해결하기 위해서 "tabindex"를 사용해야 하고, role과 aria-label을 선언하여 해당 ‘div’ 영역에 대한 설명을 제공해야한다. label의 기본 속성은 포커스가 되지 않는다. input[id='menuicon'] {display: none;} input[id='menuicon'] + label { position: relative; display: block; width: 60px; height: 40px; cursor: pointer; /* 포인터가 label에 설정돼 있다. */ background-color: #d..
- Total
- Today
- Yesterday
- 점 표기법
- 일치 연산자
- scrollHeight
- clinetTop
- 동치 연산자
- 링크막기 #a링크막기
- 프로퍼티
- 동등 연산자
- 대괄포 표기법
- innerHeight
- 부등 연산자
- property
- outerHeight
- __proto__
- offsetHeight
- javascript class
- offsetTop
- scrollTop
- 객체의 프로퍼티
- @font-face
- constructor
- prototype 프로퍼티
- clientHeight
- 불일치 연산자
- [[Prototype]]
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |