날짜: 2017 10월 6

Swiper Most Modern Mobile Touch Slider

http://idangero.us/swiper/demos/#.Wdboqlu0NhE   슬라이드 메뉴 종류별 예제 보기  

더보기

Creating a Swipeable Side Menu for the Web

https://onextrapixel.com/creating-a-swipeable-side-menu-for-the-web/  [tut demo=”http://www.onextrapixel.com/examples/touch-swipe/demo3.php” download=”http://www.onextrapixel.com/examples/touch-swipe/touch-swipe.zip”] Creating a Swipeable Side Menu for the Web 1. Structure HTML: 1 2 3 4 5 6 7 8 9 10 11 12 <div class=”container”>     <div id=”sidebar”>         <ul>             <li><a href=”#”>Home</a></li>             <li><a href=”#”>Explore</a></li>             <li><a href=”#”>Users</a></li>             <li><a href=”#”>Sign Out</a></li>         </ul>     </div>     <div class=”main-content”>     </div> </div> CSS: 1 2 3 4 5 6 7 […]

더보기