数字滚动组件,用于数字的动态效果展示。
import '../../components/easy-count-up.stml'
<easy-count-up
:during="during"
:customNum="customNum"
:justify="justify"
></easy-count-up>
| 参数 | 说明 | 类型 | 默认值 | | ------------- | ----------------------- -| ---------------- | ------- | | during | 滚动一次运行时间,必填 | number | 5000 | | customNum | 滚动数字个数,必填 | number | - | | justify | 数字位置,必填 | string | 'center'|
事件名 | 说明 | 回调参数 |
---|