CSS caret-animation Property Reference

The CSS caret-animation property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

CSS caret-animation Property Reference

The CSS caret-animation property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

caret-animation overview

The CSS caret-animation property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

caret-animation formal syntax
FieldValue
Formal syntaxauto | manual
Initial valueauto
Applies totextOrElementsThatAcceptInput
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediainteractive
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

These declarations demonstrate valid ways to set caret-animation. The initial and inherit global keywords remain available even when a property-specific value is preferable.

caret-animation live example
CSS .reset-example { caret-animation: initial; } .inherit-example { caret-animation: inherit; } @supports (caret-animation: initial) { .supported { caret-animation: initial; } }

Description

The CSS caret-animation property is a standard property in CSS Basic User Interface. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: caret-animation
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies