论坛首页 Web前端技术论坛

分享几个Jq文字特效

浏览 1721 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2015-06-17   最后修改:2015-06-17

一个Jq文字特效插件,包括3D效果。兼容性只有IE9+哈。



 引入的库

<script type="text/javascript" src="demo1.js"></script>
<script type="text/javascript" src="demo2.js"></script>
<script type="text/javascript" src="demo3.js"></script>

 js代码:

<script type="text/javascript">
$(function(){
     $("#rotaing").Morphext({
           animation: "flip"
        });
        $("#foot").textillate({ in: { effect: 'bounceInDown ' } });
        $("#foot1").textillate({ in: { effect: 'flipInX' } });
        $("#foot2").textillate({ in: { effect: 'shake' } });
        $("#foot3").textillate({ in: { effect: 'rotateOut ' } });
}); 
</script>

 

 查看演示

  • 大小: 23.7 KB
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics