非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。

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.

-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.

初始值 none
适用于 所有元素
继承 no
计算值 如指定
动画类型 discrete

句法

none

Produces no blinking.

blink
Text blinks. Note that not blinking the text is one technique to satisfy checkpoint 3.3 of WAI-UAAG .

形式句法

none | blink
					

范例

.example {
  -moz-text-blink: blink;
}
					

规范

This property was defined in an old draft of the CSS 3 Text specification . Newer versions removed its definition.

浏览器兼容性

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

No compatibility data found. Please contribute data for "css.properties.-moz-text-blink" (depth: 1) to the MDN 兼容性数据存储库 .

元数据

  • 最后修改:
  1. CSS
  2. CSS 参考