CSS interest-delay Property Reference

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

CSS interest-delay Property Reference

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

The CSS interest-delay 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 formal syntax
FieldValue
Formal syntax<'interest-delay-start'>{1,2}
Initial valueinterest-delay-start, interest-delay-end
Applies toallElements
InheritedYes
Percentagesno
Computed valueinterest-delay-start, interest-delay-end
Animation typeinterest-delay-start, interest-delay-end
Mediavisual
Specification groupCSS Basic User Interface
StatusStandard

Practical examples

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

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

Description

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

References

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

Similar or alternative tools

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