bounty.js是一款文本滚动网页特效,使用SVG动画的运动模糊效果。
初始化并赋值
bounty.default({ el: '.js-bounty', value: '$12,345,678' })参数配置
bounty.default({ // 初始化值 initialValue: null, // 行高 lineHeight: 1.35, // 字符间距 letterSpacing: 1, // 动画延迟 animationDelay: 100 })
数字滚动插件bounty.js
正在加载文件目录...
- 0评论
- 1使用
提 交