Home  >  Article  >  Web Front-end  >  Devrama Slider

Devrama Slider

WBOY
WBOYOriginal
2016-06-24 11:53:501270browse

Devrama Slider is a picture slider that supports many special functions. In addition to supporting image sliding, other HTML content is also supported. Main features: responsiveness, image preloading, image lazy loading, progress bar, custom navigation bar and control buttons, etc.

Online demo Plug-in download

Default parameter configuration:

$('#my-slide').DrSlider({    width: undefined,    height: undefined,    userCSS: false,    transitionSpeed: 1000,    duration: 4000,    showNavigation: true,    classNavigation: undefined,    navigationColor: '#9F1F22',    navigationHoverColor: '#D52B2F',    navigationHighlightColor: '#DFDFDF',    navigationNumberColor: '#000000',    positionNavigation: 'out-center-bottom',    navigationType: 'circle',    showControl: true,    classButtonNext: undefined,    classButtonPrevious: undefined,    controlColor: '#FFFFFF',    controlBackgroundColor: '#000000',    positionControl: 'left-right',    transition: 'slide-left',    showProgress: true,    progressColor: '#797979',    pauseOnHover: true,    onReady: undefined});

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn