0.1.4 • Published 1 year ago

vue3-infinite-auto-rolling v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

API Reference

description

The vue3 component for scrolling lists allows wrapped components to automatically scroll indefinitely 用于滚动列表的 vue3 组件让被包裹的组件自动无限滚动

install

npm i vue3-infinite-auto-rolling

props

nametypedefaultdescription
speedNumber10Rolling speed
containerHeightNumber300height
stepNumber1translate px size

methods

namedescriptionparams
stopstop
pausepause
startstart
controlSpeedcontrolSpeednumber
import vue3-infinite-auto-rolling from "vue3-infinite-auto-rolling"
    ...
<template>
 <vue3-infinite-auto-rolling >
    <list></list>
  </vue3-infinite-auto-rolling>
  </template>

Source address

Thank you stars https://github.com/ppjiucai/vue3-infinite-auto-rolling

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago