For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/css/properties/animation-delay.md.
Lynx
  • English
  • animation-delay

    Introduction

    animation-delay property specifies the delay before the animation starts playing.

    Examples

    Syntax

    animation-delay: 3s;
    animation-delay: 2s, 4ms;

    Caution

    Caution
    • Lynx defaults to requiring units for duration and delay. Writing without units may result in undefined behavior.

    Formal definition

    Initial value0s
    Applies toall elements
    Inheritedno
    Animatableno

    Formal syntax

    /* default value: 0s */
    animation-delay: <time>;

    See Also

    Compatibility

    LCD tables only load in the browser

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.