首页 > 语言 > JavaScript > 正文

Jquery数字上下滚动动态切换插件

2024-05-06 16:24:26
字体:
来源:转载
供稿:网友
有时我们需要动态的展示访问次数、下载次数等效果,我们可以借助jQuery结合后台php实现一个滚动的数字展示效果。
 

Jq打造的数字滚动插件,数字变化时,动态滚动切换,效果非常好。

我们先来看示例:

CSS
 

  1. .textC { 
  2.  position:absolute
  3.  width:500px
  4.  overflow:hidden
  5.  margin-top100px
  6.  line-height:30px
  7.  margin-left300px
  8.  height:30px
  9. .textC span { 
  10.  color#13BEEC
  11.  font-size28px
  12.  font-weightbold
  13.  font-family: Georgia, "Times New Roman", Times, serif; 
  14.  positionabsolute
?
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表