Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 306 Bytes

File metadata and controls

15 lines (9 loc) · 306 Bytes

numChangeEffect

数字改变效果插件, #默认参数

from: 0,//开始值

to: 100,//结束值

speed: 2000,//变化总时间

refreshInterval: 100,//数字变化时间间隔

fixednum:0//保留的小数位数

使用方法$("#id").numChangeEffect({from:begin,to:300,fixednum:0,speed: 1000});