文字闪烁jQuery [英] Text blinking jQuery

查看:97
本文介绍了文字闪烁jQuery的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是一个简单的方法使文字闪烁在jQuery和一种方法来阻止它?必须适用于IE,FF和Chrome。感谢

What is an easy way to make text blinking in jQuery and a way to stop it? Must work for IE, FF and Chrome. Thanks

推荐答案

尝试使用此闪烁插件

例如

$('.blink').blink(); // default is 500ms blink interval.
//$('.blink').blink(100); // causes a 100ms blink interval.

它也是一个非常简单的插件,你可以扩展它来停止动画并启动它按需。

It is also a very simple plugin, and you could probably extend it to stop the animation and start it on demand.

这篇关于文字闪烁jQuery的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆