摘要:
Jq打造的数字滚动插件,数字变化时,动态滚动切换,效果非常好。 我们先来看示例: CSS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .textC { position:absolute; width:500px; overflow:hidden; margin-t 阅读全文
摘要:
vue-countTo是一个无依赖,轻量级的vue组件,可以自行覆盖easingFn。 你可以设置 startVal 和 endVal,它会自动判断计数或倒计时。支持vue-ssr。vue-countTo参考于countUp.js; 安装使用: npm install vue-count-to 例子 阅读全文