HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

caret-animation

Description

The caret-animation property for CSS allows the author to take control over the way the caret is animated.

Syntax

CSS

caret-animation: value;

JS

object.style.caretAnimation = "value";

Values

<'caret-animation'> = auto | manual
auto

Automatically specified by the user agent.

manual

Manually specified by the author.

Initial

auto

Examples

1 · auto

2 · manual

3 · JS