CSS Attributes Index Text Attributes
Sets or retrieves whether the text in the object has the blink effect.
HTML |
N/A |
Script |
object.style.textDecorationBlink = bBlink ] |
true |
Apply the blink. |
false |
Prevent the blink. |
The property is read/write with no default value.
Although you can set this style property, it has no effect on the text in the object. Blinking text is not implemented.
style
textDecoration