vue-animation-number
v2.0.1
Published
基于 vue 的动态数字
Downloads
2
Readme
vue-animation-number
简要说明
2.0.1 版本,重构组件。
文档
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 :-: | :-: | :-: | :-: | :-: mode | 模式 | string | auto,increase,flop | increase defaultValue | 默认值 | number | -- | 0 value | 绑定值 | number | -- | 0 decimalPlaces | 保留小数位(0:不保留,小于0:根据传值保留,大于0:保留固定位数的值) | number | -- | 0 time | 动画时间(单位:ms) | number | -- | 1000 color | 字体颜色(数组时为渐变色) | string,array | -- | #fff fontSize | 字体大小 | string | -- | 12px backgroundColor | 背景色 | string | -- | transparent separators | 千分符 | string | -- | '' length | 当 mode=flop 时有效,展示长度,大于 value 长度则补充 0,小于 value 长度不补充 | number | -- | 0