Template:Blink/doc
Jump to navigation
Jump to search
Usage
{{Blink}}
Note: The Blink element is deprecated and may not display in all browsers.
Example
{{Blink|some text}}
some text
Disabling
Blinking can be annoying. Registered users can disable blinking with this snippet in Special:MyPage/common.css:
.blink {
text-decoration: none !important;
animation: none !important;
}
Unregistered users may be able to find a "user CSS" extension for their browser.