1.1.3 • Published 2 years ago

vue-seamless-scroll-z v1.1.3

Weekly downloads
16
License
-
Repository
-
Last release
2 years ago

vue-seamless-scroll-z

Seamless slide ui component for vue(>=vue2.0)

Installation

npm install vue-seamless-scroll-z
import SeamlessScroll from 'vue-seamless-scroll-z'
Vue.use(SeamlessScroll);

Usage

<seamless-scroll :speed="120" :interval="4000" direction="bottom">
    <seamless-scroll-item :isReset="true" v-for="(item, index) in slideList" :key="index">
        content
    </seamless-scroll-item>
</seamless-scroll>

Props

PropertyTypeDefault ValueDescription
speedNumber1The smaller the value, the faster
intervalNumber50Interval
directionStringleftleft right top bottom
isResizeBooleantrueWhether to resize or not
isAutoBooleantrueWhether to slide or not
arrowStringshowshow hide hover
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago