--- title: CSS Animations slug: Web/CSS/CSS_Animations tags: - CSS - CSS Animations - Experimental - Overview - Reference translation_of: Web/CSS/CSS_Animations ---
{{CSSRef}}{{SeeCompatTable}}
CSS Анимации - это модуль CSS, который позволяет анимировать изменение значений CSS-свойств, используя опорные кадры (keyframes). Для управления поведением таких анимаций можно задать хронометражную функцию, длительность, количество повторов и другие аттрибуты.
Specification | Status | Comment |
---|---|---|
{{ SpecName('CSS3 Animations') }} | {{ Spec2('CSS3 Animations') }} | Initial definition. |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}}{{property_prefix("-webkit")}} 43.0 |
{{CompatGeckoDesktop("5.0")}}{{property_prefix("-moz")}} {{CompatGeckoDesktop("16.0")}} |
10 | 12{{property_prefix("-o")}} 12.10[2] |
4.0{{property_prefix("-webkit")}} |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 2.1 {{property_prefix("-webkit")}} [1] 4.0 {{property_prefix("-webkit")}} |
{{CompatGeckoMobile("5.0")}}{{property_prefix("-moz")}} {{CompatGeckoMobile("16.0")}} |
{{CompatUnknown}} | {{CompatUnknown}} | {{CompatVersionUnknown}}{{property_prefix("-webkit")}} |
[1] Partial support: {{cssxref("animation-fill-mode")}} property is not supported in Android browser below 2.3.
[2] See the release notes to Opera 12.50.