http://inorganik.github.io/countUp.js/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CountUp 数字效果</title> <style type="text/css"> h1{font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;font-size: 12em;color: #4d63bc;} </style> </head> <body> <h1 id="myTargetElement"></h1> <script type="text/javascript" src="http://inorganik.github.io/countUp.js/dist/countUp.js"></script> <script type="text/javascript"> var demo = new CountUp("myTargetElement", 24.02, 88.62, 2, 2.5); demo.start(); </script> </body> </html> 提示:你可以先修改部分代码再运行。 转载请注明:有爱前端 » CountUp 数字效果 喜欢 (4)or分享 (0)