Свойство -webkit-animation-name
- nameThe name of the animation.The name is used to select the -webkit-keyframe at-rule that provides the keyframes and property values for the animation. If the name does not match any -webkit-keyframe at-rule, there are no properties to be animated and the animation is not executed. See “@-webkit-keyframes” for a description of this rule.If "none", no animation is executed even if there is a -webkit-keyframe at-rule with that name. Setting this property to "none" explicitly disables animations.The default value is "".
Свойство -webkit-animation-name
относится к спецификации CSS, применяется к всем элементам, его значение не наследуется от родительского элемента в иерархии документа, Является расширением движка WebKit (браузеры Chrome и Safari), и не совместимо с другими браузерами.
Смотри также:
Краткое описание
Синтаксис:
name [, ...]
Наследование:
не наследуетсяОбъектная модель документа (DOM):
[элемент].style['-webkit-animation-name']
Кроссбраузерная совместимость
Internet Explorer
не поддерживаетсяFirefox
не поддерживаетсяChrome
1.0+ |
---|
Safari
1.0+ |
---|