`
pengyaouhyy
  • 浏览: 25049 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论

分享几个Jq文字特效

阅读更多

一个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
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics