CountUp数字动画
... 2021-7-29 Less than 1 minute
数字动画效果
Tips
1.0.10+
<div style="font-size:43px;font-weight:500;color:red;">
<p><avue-count-up :end="15033.2"></avue-count-up></p>
<p><avue-count-up :end="1233.2" :start="1000"></avue-count-up></p>
</div>
<script>
export default {
}
</script>
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
start | 开始时的数字 | Number | - | 0 |
end | 结束时的数字 | Number | - | - |
decimals | 是否支持小数 | Number | - | 0 |
duration | 动画速度 | Number | - | 2 |
options | CountUp.js其他配置 | Object | - | - |
callback | 开始时候的回调 | Function | - | - |
This app can be installed on your PC or mobile device. This will allow this web app to look and behave like any other installed app. You will find it in your app lists and be able to pin it to your home screen, start menus or task bars. This installed web app will also be able to safely interact with other apps and your operating system.