一款SVG动画库,用于转换带有运动模糊的数字动画

一款SVG动画库,用于转换带有运动模糊的数字动画

bounty.js一款SVG动画库,用于转换带有运动模糊的数字动画

使用方式:

第一步引入bfwone

第二步use插件

第三步配置参数

示例如下

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
    <script type="text/javascript">
        bready(function() {
            use(["bounty"], function() {
                bounty.default({ el: '.js-bounty', value: '¥42,000' })
            });
        });
    </script>
</head>
<body style="padding:50px;">
   <div class="js-bounty" style="font-size: 82px;"></div>
 
</body>
</html>

		


立即下载bounty.js查看所有js插件

网友评论0

程序员在线工具箱