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

directionThe direction to play. The default value is normal.

normalPlay each iteration of the animation in the forward direction.
alternatePlay even-numbered iterations of the animation in the forward direction and odd-numbered iterations in the reverse direction.When an animation is played in reverse, the timing functions are also reversed. For example, when played in reverse, an ease-in animation appears as an ease-out animation.

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

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

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

Синтаксис:

direction [, ...]

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

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

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

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

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

Internet Explorer

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

Firefox

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

Chrome

1.0+

Safari

1.0+

Opera

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