css.properties

caret-animation

The caret-animation property specifies the animation of the text input caret.

Experimental โ€” This feature is experimental and may change

Formal Syntax

auto | manual

See specification

JavaScript Access

// Access via element.style
element.style.caretAnimation = 'auto';

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
caret-animation140โ€”โ€”140
auto140โ€”โ€”140
manual140โ€”โ€”140

Related Properties