Skip to content

A jQuery Slider plugin built to be responsive. Has the options to auto cycle, pagination, navigation & duration. The younger and better brother of SexySlide.

Notifications You must be signed in to change notification settings

qinwanguk/JS-SuperSlide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS-SuperSlide

A jQuery Slider plugin built to be responsive. Has the options to auto cycle, pagination, navigation & duration. The younger and better brother of SexySlide.

Default Options

  • 'auto' : true
  • 'pause' : false
  • 'pagination' : false
  • 'navigation' : false
  • 'css_timing' : 'cubic-bezier(0.25, 0.1, 0.25, 1)'
  • 'pagination_selector' : ".slider__pagination"
  • 'navigation_btns' : '.slider__arrow'
  • 'panels_selector' : '.slider__panel'
  • 'timeout' : 13000
  • 'visible_panels' : 1
  • 'touch' : false

Javascript Events

  • SuperSlide.before_init
  • SuperSlide.after_init
  • SuperSlide.before_slide
  • SuperSlide.after_slide
  • SuperSlide.pagination_clicked
  • SuperSlide.navigation_clicked

About

A jQuery Slider plugin built to be responsive. Has the options to auto cycle, pagination, navigation & duration. The younger and better brother of SexySlide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 15.8%