+ 1
how animation in text??
if I want to blink or some animation on text ,it is possible how?? give me an example program
1 Answer
0
<!DOCTYPE html>
<html>
<head>
<title>Blink text</title>
</head>
<body>
<marquee style="height:10;width:200" scrollamount="200" scrolldelay="400">Blink Text</marquee>
</body>
</html>
width & scrollamout are need to same...
scrolldelay----low number,faster blink....