티스토리 뷰
반응형
기업의 연혁이나 기업의 역사등의 컨텐츠에 적용하면 괜찮을
jquery 라이브러리 입니다.
다운로드 경로
https://github.com/ilkeryilmaz/timelinejs
사용법
Include the jQuery library and plugin:
1 2 | <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <script type="text/javascript" src="dist/js/timeline.min.js"></script> | cs |
Include the plugin css file:
1 | <link rel="stylesheet" href="dist/css/timeline.min.css" /> | cs |
Html markup:
1 2 3 4 5 6 7 8 9 | <div class="timeline-container timeline-theme-1"> <div class="timeline js-timeline"> <div data-time="2017">your content or markup</div> <div data-time="2016">your content or markup</div> <div data-time="2015">your content or markup</div> <div data-time="2014">your content or markup</div> <div data-time="2013">your content or markup</div> </div> </div> | cs |
Start Plugin:
1 | $('.js-timeline').Timeline(); | cs |
Examples
Default
$('.timeline-1').Timeline();
Dots Position and Custom Item Class Example:
1 2 3 4 5 | $('.timeline-2').Timeline({ itemClass: 'box-item', dotsPosition: 'top', startItem: 'last' }); | cs |
Mode Vertical and Autoplay Example:
1 2 3 4 5 | $('.timeline-2').Timeline({ autoplay: true, mode: 'vertical', itemClass: 'box-item', }); | cs |
자동실행, dots 포지션 위치변경, 슬라이드 좌우, 상하 설정등 옵션도 다양해서
활용용도가 많을거 같습니다.
결과화면
your content or markup 2017
your content or markup 2016
your content or markup 2015
your content or markup 2014
your content or markup 2013
반응형
'라이브러리' 카테고리의 다른 글
사용법 도움말이나 가이드 만들때 유용한 라이브러리 (0) | 2017.07.06 |
---|---|
jquery를 이용한 GIF 미리보기, 동영상처럼 제어하기 (0) | 2017.06.30 |
퀄리티 좋은 무료차트 billboard.js (0) | 2017.06.29 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 변화주기
- 피드백 수집 및 개선
- Parameter Decorator
- 라이브러리
- 정보구조 설계 방법
- 작업팁
- 타입스크립트 변수
- 시각적 디자인
- 메뉴 및 내비게이션 설계
- typescript 사용해야하는 이유
- Property Decorator
- 인터페이스
- Method Decorator
- html
- 공부잘하는법
- highcharts
- 클래스
- 경청하는자세
- 시안 및 프로토타입 작성
- TypeScript Guard
- decorator
- 호이안수공예
- 사용자 중심 설계
- 커피숖창업
- 당당해지기
- 업무잘하는버
- 콘텐츠 매핑
- 자기개발
- 호이안역사
- 어려움 극복
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함