jQuery+CSS3文字发光特效

jQuery+CSS3文字发光特效-精品资源网
jQuery+CSS3文字发光特效
此内容为免费资源,请登录后查看
0
免费资源

jQuery+CSS3文字发光特效

这是一款很好看的jQuery+CSS3文字发光特效,当鼠标悬停到文字上,文字会有发光动画效果,可以设置不同的发光颜色。

js代码

<script type=\"text/javascript\" src=\"js/neon_text.js\"></script>
<script type=\"text/javascript\">
	$(document).ready(function(){
		$(\'.first_neon\').neonText();
		$(\'.second_neon\').neonText({
			textColor:\'white\',
			textSize:\'40pt\',
			neonHighlight:\'white\',
			neonHighlightColor:\'#008000\',
			neonHighlightHover:\'#FFFF00\',
			neonFontHover:\'white\'
		});
		$(\'.third_neon\').neonText({
			textColor:\'white\',
			textSize:\'40pt\',
			neonHighlight:\'white\',
			neonHighlightColor:\'#00FFFF\',
			neonHighlightHover:\'#7FFF00\',
			neonFontHover:\'white\'
		});
	});
</script>

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

昵称

取消
昵称表情代码图片

    暂无评论内容