Skip to main content

Animation Delay

Set how long an animation waits before it starts.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

ad:0
animation-delay: 0;
ad:50
animation-delay: 50ms;
ad:100
animation-delay: 100ms;
ad:150
animation-delay: 150ms;
ad:200
animation-delay: 200ms;
ad:250
animation-delay: 250ms;
ad:300
animation-delay: 300ms;
ad:350
animation-delay: 350ms;
ad:400
animation-delay: 400ms;
ad:450
animation-delay: 450ms;
ad:500
animation-delay: 500ms;
ad:550
animation-delay: 550ms;
ad:600
animation-delay: 600ms;
ad:650
animation-delay: 650ms;
ad:700
animation-delay: 700ms;
ad:750
animation-delay: 750ms;
ad:800
animation-delay: 800ms;
ad:850
animation-delay: 850ms;
ad:900
animation-delay: 900ms;
ad:950
animation-delay: 950ms;
ad:1000
animation-delay: 1000ms;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.