注册 登录 充值会员 退出
联系客服 毕业设计 java源码 PHP源码
充值

基于animate.css的jQuery+CSS3文字动画插件

作者/代码整理:  (源码已亲测,不会安装的可以向QQ1915635791要安装视频教程) 发布日期:2023-05-31
基于animate.css的jQuery+CSS3文字动画插件
多款效果酷炫的基于animate.css的jQuery+CSS3文字动画插件,CSS3网页动态文字特效代码。


js代码

<script type="text/javascript" src="js/dist/animatext.min.js"></script>
<script type="text/javascript">
	$('.animateTitle1').animatext({
		speed: 300,
		effect: 'flipInY',
		reverse: false
	  });
	$(".demo1").animatext();
	$(".demo2").animatext({speed: 150,
		effect: 'flipInX',
		infinite: true
	});
	$(".demo3").animatext({speed: 150,
		mode: "words",
		effect: 'swing',
		infinite: true
	});
	$(".demo4").animatext({speed: 150,
		effect: 'bounceIn',
		reverse: true,
		infinite: true
	});
	$(".demo5").animatext({speed: 150,
		effect: 'tada',
		random: true,
		infinite: true
	});
</script>

关注公众号,免费赠送安装视频教程、环境和学习视频,后面会不断更新。