How to blink text?

Alish shrestha

New member
Registered
Joined
Sep 12, 2013
Messages
9
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

Member
Joined
Jul 7, 2012
Messages
59
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!
 

softwin.swapna

New member
Registered
Joined
Mar 10, 2014
Messages
1
Points
0
u have to use jquery for this through css it not possible i had tried for many times
 
Older Threads
Newer Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

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