Skip to content

web-linda/jquery-text-scrolltop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

note

由于项目中用到这个效果,网上又搜索不到,所以干脆封装了一个。

使用

  • 1 依赖 jquery , jquery.easing.js ;

  • 2 页面中直接引入 lib/index.js 。

  • 3 生成实例对象

    • var obj = new rollTxt(id , options);
    • 实例对象提供两个方法, 这两个方法传参为文本内容 :
      • updateText : 实时纠正效果
      • startMove : 生成动画

id 参数

id 为容器元素id 

options配置参数

bottom: '80%',         //相对父级要移动的距离
,opacity : 0.3         //终止显示透明度
,fontSize : '16px'     //终止显示的字体大小
,time : 4000           //动画时长 单位 ms
,ease : 'easeOutQuart' //动画效果

About

Text scrolls in browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published