Свойство -webkit-animation-delay

timeThe time to begin executing an animation after it is applied. If 0, the animation executes as soon as it is applied. If positive, it specifies an offset from the moment the animation is applied, and the animation delays execution by that offset. If negative, the animation executes the moment the property changes but appears to begin at the specified negative offset—that is, begins part-way through the animation. Nonzero values must specify a unit: s for seconds, ms for milliseconds. The default value is 0.

nowThe animation begins immediately. Available in iOS 2.0 and later.

Свойство -webkit-animation-delay относится к спецификации CSS, применяется к всем элементам, его значение не наследуется от родительского элемента в иерархии документа, Является расширением движка WebKit (браузеры Chrome и Safari), и не совместимо с другими браузерами.

Смотри также:

Краткое описание

Синтаксис:

time [, ...];

Наследование:

не наследуется

Объектная модель документа (DOM):

[элемент].style['-webkit-animation-delay']

Кроссбраузерная совместимость

Internet Explorer

не поддерживается

Firefox

не поддерживается

Chrome

1.0+

Safari

1.0+

Opera

не поддерживается