jquery leoTextAnimate实现数字滚动动画效果代码
代码语言:html
所属分类:动画
代码描述:jquery leoTextAnimate实现数字滚动动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.1.11.min.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.leoTextAnimate.js"></script> <style> body{ padding: 100px; } .number2 { color: #C40000; font-size: 60px; font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" } </style> </head> <body> <div class="number2"> .........完整代码请登录后点击上方下载按钮下载查看
网友评论0