+ 1

How to blink?

How to make a text blink by using HTML and CSS

6th Dec 2017, 9:32 PM
Faisal Rahman
Faisal Rahman - avatar
2 Answers
6th Dec 2017, 9:55 PM
Ranjan Bagri
Ranjan Bagri - avatar
+ 3
use @keframes for creating simple CSS animation based on any attributes, so for text blinking you can use *color *opacity *line-height *text-shadow *font-weight by transitioning above properties in @keyframes name{} , you can create variety of text blinking effects
6th Dec 2017, 11:09 PM
Morpheus
Morpheus - avatar