http://www.basic-slider.com/
// width and height need to be provided to enforce consistency
// if responsive is set to true, these values act as maximum dimensions
width : 700,
height : 300,
// animation values
animtype : 'fade', // accepts 'fade' or 'slide'
animduration : 450, // how fast the animation are
animspeed : 4000, // the delay between each slide
automatic : true, // automatic
// control and marker configuration
showcontrols : true, // show next and prev controls
centercontrols : true, // center controls verically
nexttext : 'Next', // Text for 'next' button (can use HTML)
prevtext : 'Prev', // Text for 'previous' button (can use HTML)
showmarkers : true, // Show individual slide markers
centermarkers : true, // Center markers horizontally
// interaction values
keyboardnav : true, // enable keyboard navigation
hoverpause : true, // pause the slider on hover
// presentational options
usecaptions : true, // show captions for images using the image title tag
randomstart : true, // start slider at random slide
responsive : true // enable responsive capabilities (beta)
'웹 퍼블리싱 > Javascript' 카테고리의 다른 글
아래로 스크롤 하면 나타나는 위로가기버튼 (0) | 2018.08.16 |
---|---|
쓸만한 제이쿼리 예제 사이트 (0) | 2015.07.17 |
제이쿼리 배경 슬라이드 플러그인 (0) | 2015.07.17 |