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.