Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Avoid using it and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
The -moz-text-blink
non-standard Mozilla CSS extension specifies the blink mode.
Firefox, which was the only major browser supporting it, dropped support for this property in Firefox 26. It is now unsupported on all browsers.
Initial value | none |
---|---|
Applies to | all elements |
Inherited | no |
Media | visual |
Computed value | as specified |
Animation type | discrete |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntax
Values
none
- Produces no blinking.
blink
- Text blinks. Note that not blinking the text is one technique to satisfy checkpoint 3.3 of WAI-UAAG.
Formal syntax
none | blink
Example
.example { -moz-text-blink: blink; }
Specifications
This property was defined in an old draft of the CSS 3 Text specification. Newer versions removed its definition.
Browser compatibility
Feature | Firefox (Gecko) | Chrome | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 6.0 (6.0) Removed in 26.0 (26.0) |
No support | No support | No support | No support |
Feature | Firefox Mobile (Gecko) | Android | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 6.0 (6.0) Removed in 26.0 (26.0) |
No support | No support | No support | No support |