W3cubDocs

/CSS

-moz-text-blink

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.

Obsolete since Gecko 26 (Firefox 26 / Thunderbird 26 / SeaMonkey 2.23 / Firefox OS 1.2)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

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 compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support No No 6 — 26 No No No
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support No No No 6 — 26 No No No

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-text-blink