文件名称:vanilla-slider:纯JS编写的简单滑块
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-09 18:25:40
JavaScript
香草滑块 一个用纯 JS 编写的简单滑块。 它为动画使用 CSS 过渡。 用法 包含脚本后,调用 Slider() 传递选择器和选项 var mySlider = new Slider ( '.my-slider' , { visibles : 3 , controlNext : '.my-slider-next' , controlPrev : '.my-slider-prev' } ) ; 选项 这些是其默认值支持的当前选项: var options = { // Direction, it can be 'horizontal' or 'vertical' direction : 'horizontal' , // Items to show visibles : 1 , // The elements for the controls. /
【文件预览】:
vanilla-slider-master
----vanilla-slider.js(7KB)
----demo()
--------index.html(6KB)
----LICENSE(1KB)
----README.md(1KB)