0.0.1 • Published 4 years ago

vue3-seamless-roll v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vue3-seamless-roll

Vue3 无缝滚动组件 单行

demo

Install

npm i vue3-seamless-roll

Usage

Props:

propdescriptiontypedefault
rollList要滚动轮播的文本数组number[][]
stayDuration滚动间隔时间即停留时间,不包含滚动的时间number2000
transitionPropsCSS过渡相关属性{ ['transition-delay']: string ['transition-duration']: string ['transition-timing-function']: string }{ 'transition-delay': '0s', 'transition-duration': '1s', 'transition-timing-function': 'initial', }

Expose Methods:

Notes

  • slot
0.0.1

4 years ago