场景,页面上有5个数字,同时从0滚动到对应的值。有整数,有小数

使用插件:vue-count-to

1,安装  npm install vue-count-to

2,导包  import countTo from 'vue-count-to'

3,使用  <count-to  :start-val="0" :end-val="81212" :duration="3000" :prefix="prefix" class="text-style"></count-to>  

 组件具体配置信息:
vue 数字滚动效果 vue-count-to

 

相关文章:

  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案