CSS interest-delay-start Property Reference

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

CSS interest-delay-start Property Reference

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

Updated 2026-08-12

interest-delay-start overview

The CSS interest-delay-start 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

interest-delay-start formal syntax
FieldValue
Formal syntaxnormal | <time>
Initial valuenormal
Applies toallElements
InheritedYes
Percentagesno
Computed valuenormalOrComputedTime
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

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

interest-delay-start live example
CSS .reset-example { interest-delay-start: initial; } .inherit-example { interest-delay-start: inherit; } @supports (interest-delay-start: initial) { .supported { interest-delay-start: initial; } }

Description

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

References

  1. MDN: interest-delay-start
  2. MDN: CSS Properties Reference

Similar or alternative tools

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