1.   阿里云服务器1888元代金券领取
  2.   本网站所有源码包解压密码:www.youhutong.com
登录  帮助问答

jQuery文字动画插件funnyText.js

小川 特效组件
查看演示  

效果图:

001.gif

描述说明:

使用方法

html引入

<link rel="stylesheet" type="text/css" href="jquery.funnyText.css" />
<script src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.funnyText.js"></script>

html

<div class="mySelector">funnText is applied here</div>

javascript 调用

$(document).ready(function() {
   $('.mySelector').funnyText();
});

更多效果,默认效果的参数如下

javascript

$(document).ready(function() {
   $('.mySelector').funnyText({
   speed: 700,
   borderColor: 'black',
   activeColor: 'white',
   color: 'black',
   fontSize: '7em',
   direction: 'both'
   });
});


 浏览器启用弹出窗口过滤功能,将无法跳转到下载页。在浏览器地址栏右边符号提示处点击允许就可以了!
查看演示  

转载请注明来源地址:小川编程 » https://www.youhutong.com/index.php/article/index/380.html

( 0 )个小伙伴在吐槽
    登录帐号  如果已经登录请刷新! 发表我的评论
    表情