Vue Split Carousel
Playground
Github
Playground
Github
💡 component properties start with ':' as prefix and assign the default value to the initial value
Staic Mode
false
😮this property would be true while item amount less than or equal to display amount
item amount
:display-amount
:loop
:autoplay
:hover-cancel-play
:item-width
📌item width * display amount <= available space
:timing-function
ease
ease-in
ease-out
ease-in-out
linear
steps(2, start)
cubic-bezier(0.06, 0.29, 0.19, 1.4)
无数据
🌏more details reference:
css transition timing function
:speed
:interval
:height
:arrow-area-width
:arrow-visible
enable
always
:play-direction
ltr
rtl
:item-align
left
center
right
🤡 available in static mode