Devrama Slider

WBOY
Release: 2016-06-24 11:53:50
Original
1269 people have browsed it

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});
Copy after login

 

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!