ant-design-vue/antdv-demo/docs/carousel/index.zh-CN.md

1.3 KiB

API

参数 说明 类型 默认值 版本
afterChange 切换面板的回调 function(current)
autoplay 是否自动切换 boolean false
beforeChange 切换面板的回调 function(from, to)
dotPosition 面板指示点位置,可选 top bottom left right string bottom 1.5.0
dots 是否显示面板指示点 boolean true
dotsClass 面板指示点类名 string slick-dots
easing 动画效果 string linear
effect 动画效果函数,可取 scrollx, fade string scrollx

方法

名称 描述 版本
goTo(slideNumber, dontAnimate) 切换到指定面板, dontAnimate = true 时,不使用动画
next() 切换到下一面板
prev() 切换到上一面板

更多参数可参考:vc-slick props