jQuery网页文字跳动动画特效

jQuery网页文字跳动动画特效-精品资源网
jQuery网页文字跳动动画特效
此内容为免费资源,请登录后查看
0
免费资源

jQuery网页文字跳动动画特效

一款相当不错的jQuery网页文字跳动动画特效代码,文字自动跳动或鼠标悬停动态文字跳动效果。

js代码

<script type=\"text/javascript\" src=\"js/jquery.beattext.js\"></script>
<script type=\"text/javascript\" src=\"js/easying.js\"></script>
<script type=\"text/javascript\">

$(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});

});
 
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容