+ 1

how animation in text??

if I want to blink or some animation on text ,it is possible how?? give me an example program

17th Oct 2016, 7:15 PM
Rasheed Khan
Rasheed Khan - avatar
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....
17th Oct 2016, 9:27 PM
Aung Aung
Aung Aung - avatar