Template:Blink
Jump to navigation
Jump to search
{{{1}}}
[edit] [ ] Template documentation
This documentation is transcluded from Template:Blink/doc. (edit | history)
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
Editors can experiment in this template's sandbox (create) and test cases (create) pages.
Subpages of this template.
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.