Devrama Slider 是一個圖檔滑塊,支援很多特色功能。除了支援圖檔滑動,其它的 HTML 内容也支援。主要特色:響應式、圖檔預加載、圖檔延遲加載、進度條、自定義導航欄和控制按鈕等等。
Devrama Slider 是一個圖檔滑塊,支援很多特色功能。除了支援圖檔滑動,其它的 HTML 内容也支援。主要特色:響應式、圖檔預加載、圖檔延遲加載、進度條、自定義導航欄和控制按鈕等等。

線上示範 插件下載下傳
預設的參數配置:
$('#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
});