3ffon / native-slider

native slider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

native-slider

CSS-only slider with native browser scrolling and JS navigation buttons. Optimised for mobile without mobile-specific code. Multiple sliders on one page. <2K zipped.

Usage: Add native-slider.css and native-slider.js to a jQuery-enabled page and wrap the slides with a ".slider" container.

How it works: The slides are lined up horizontally with "display: inline-block" and prevented from dropping below by "white-space: normal". The sliding action is native browser scrolling.

About

native slider


Languages

Language:JavaScript 53.4%Language:HTML 33.7%Language:CSS 12.9%