New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

number-scroll

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

number-scroll

数字滚动效果

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

number-scroll

数字滚动效果

Author

zhangyj 708819251@qq.com

下载模块

npm i number-scroll

使用方式

单个引入
import numberScroll from 'number-scroll'

全局引入
import numberScroll from 'number-scroll'
Vue.use(numberScroll);

<number-scroll class="text" :height="60" :value="n" :interval="2000" :loop="true"></number-scroll>



n:7898


loop:true,//是否循环滚动
interval:2000,//滚动时长
height:30 //滚动高度

直接引入js

<script src="number-scroll.min.js"></script>

<number-scroll class="text" :height="60" :value="n" :interval="2000" :loop="true"></number-scroll>

n:7898

FAQs

Package last updated on 08 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts