Skip to content
/ zwiper Public

Zwiper, the slider that's responsive and has mobile support without the bloat

License

Notifications You must be signed in to change notification settings

RuudV/zwiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zwiper

Demo

http://ruudv.github.io/zwiper/

Goals

1.0 Release

Default enabled:

  • Next slide & previous slide buttons
  • Mobile swiping, desktop dragging

Optional:

  • Ajax loaded slides
  • Slide navigational bullets
  • Responsive
  • Animation duration settings
  • Arrow keys navigation

Future Features

  • Carousel (endless sliding)
  • Slide direction (horizontal or vertical)
  • Automatic sliding (triggered by waiting duration)
  • Pause button when automatic sliding is enabled (key binded to spacebar)

Usage

###HTML

<section class="zwiper-container">
  <div class="zwiper-slide"> <!-- First Slide -->
  </div>
  <div class="zwiper-slide"> <!-- Second Slide -->
  </div>
</section>

Javascript

var slider = new zwiper();
var slider = new zwiper('zwiper-container');

About

Zwiper, the slider that's responsive and has mobile support without the bloat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published