diff options
Diffstat (limited to 'files/ru/web/css/transition/index.html')
-rw-r--r-- | files/ru/web/css/transition/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/transition/index.html b/files/ru/web/css/transition/index.html index 69bada7245..3d1d7e6dd5 100644 --- a/files/ru/web/css/transition/index.html +++ b/files/ru/web/css/transition/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/transition --- <div>{{CSSRef}}</div> -<p>Свойство <a href="/ru/docs/Web/CSS" title="CSS">CSS</a> <strong><code>transition</code></strong> - это {{ cssxref("Shorthand_properties", "сокращенное свойство") }} для {{ cssxref("transition-property") }}, {{ cssxref("transition-duration") }}, {{ cssxref("transition-timing-function") }}, и {{ cssxref("transition-delay") }}.</p> +<p>Свойство <a href="/ru/docs/Web/CSS" title="CSS">CSS</a> <strong><code>transition</code></strong> - это {{ cssxref("Shorthand_properties", "сокращённое свойство") }} для {{ cssxref("transition-property") }}, {{ cssxref("transition-duration") }}, {{ cssxref("transition-timing-function") }}, и {{ cssxref("transition-delay") }}.</p> <div>{{EmbedInteractiveExample("pages/css/transition.html")}}</div> @@ -36,7 +36,7 @@ transition: margin-left 4s ease-in-out 1s; /* Применить к 2 свойствам */ transition: margin-left 4s, color 1s; -/* Применить ко всем измененным свойствам */ +/* Применить ко всем изменённым свойствам */ transition: all 0.5s ease-out; /* Глобальные значения */ |