How to blink text?

Alish shrestha

New member
Joined
Sep 12, 2013
Messages
10
Points
0
I have done this many time but i have got unsucces in css for blinking the text in css. It only support on Internet Explorer but not in New browser .Is there any code for supporting blinking text on new browser also.
 

Peter

New member
Joined
Jul 7, 2012
Messages
155
Points
0
If you included Jquery into your webpage, you can use this code
Code:
setInterval(jQuery('.blinking').toggle, 1500 );
and in Html code, just simple to put code
Code:
<span class="blinking">hello alish shrestha</span>
Hope it's helpful to you!
 
Older threads
Replies
3
Views
46,877
Replies
7
Views
5,777
Replies
65
Views
48,589
Newer threads
Replies
1
Views
3,948
Replies
17
Views
18,133
Latest threads
Replies
1
Views
43
Replies
1
Views
45
Replies
1
Views
126
Replies
1
Views
158
Replies
1
Views
258
Recommended threads
Replies
7
Views
3,768
Replies
1
Views
4,642
Replies
3
Views
1,018
Replies
13
Views
3,676
Replies
4
Views
1,630

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top