失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > html5文字跳动特效 jQuery网页文字跳动动画特效

html5文字跳动特效 jQuery网页文字跳动动画特效

时间:2022-11-09 15:00:47

相关推荐

html5文字跳动特效 jQuery网页文字跳动动画特效

js代码

$(document).ready(function() {

/*

* 参数详解:

*upTime上移的时间

*downTime下落的时间

*beatHeight上移高度

*isAuth是否自动

*isRotate是否旋转

*/

$('p#beatText').beatText({isAuth:false,isRotate:false});

$('p#rotateText').beatText({isAuth:false,isRotate:true});

$('p#autoText').beatText({isAuth:true,beatHeight:"3em",isRotate:false});

$('p#roloadText').beatText({isAuth:true,beatHeight:"1em",isRotate:false,upTime:100,downTime:100});

$('p#autoRotateText').beatText({isAuth:true,upTime:700,downTime:700,beatHeight:"3em",isRotate:true});

});

如果觉得《html5文字跳动特效 jQuery网页文字跳动动画特效》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。