+ 1
How to blink?
How to make a text blink by using HTML and CSS
2 Answers
+ 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