animation
英[ˌænɪˈmeɪʃn] 美[ˌænəˈmeʃən]
n. Angry, lively; cartoon production, cartoon shooting; [film and television] animation
Plural: animations
delay
UK[dɪˈleɪ] US[dɪˈle]
n. Delay; delay, delay; be The time of delay or postponement
vt. Delay; delay, delay
vi.Delay, delay
Third person singular: delays Present participle: delaying Past tense: delayed Past participle : delayed
css animation-delay property syntax
How to use the animation-delay attribute?
The animation-delay attribute defines when the animation starts. The basic syntax is: animation-delay: time. The time value is measured in seconds (s) or milliseconds (ms); negative values are allowed, for example: -2s causes the animation to start immediately, but skips 2 seconds to enter the animation.
Function:The animation-delay attribute defines when the animation starts. animation-delay value is in seconds or milliseconds.
Syntax:animation-delay: time;
Description:time Optional. Defines the time, in seconds or milliseconds, to wait before the animation starts. The default value is 0, negative values are allowed, for example: -2s causes the animation to start immediately, but skips 2 seconds to enter the animation.
Note:Internet Explorer 9 and earlier versions do not support the animation-delay attribute.