Skip to content

原生JS写的时间数字插件,其实就是个数字展示..

License

Notifications You must be signed in to change notification settings

a5006/numberCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-counting-plugin

number counting plugin build by origin javascript 一个看起来不是很有用的数字显示插件

image

使用

npm install -S numComp
    var demo = new NumComp({
        num: 125432242,//需要显示的数字
        size:200,//显示的数字大小
        elem: ".container",//需要放在哪个容器
        count:400,//累加变化速度
      })

demo

https://jsbin.com/zurujitora/edit?html,css,js,output

About

原生JS写的时间数字插件,其实就是个数字展示..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published