From 841aae260382e2bf5ebb44d765d8c7301d27caab Mon Sep 17 00:00:00 2001 From: Alexey Istomin Date: Sat, 20 Mar 2021 18:37:44 +0300 Subject: Restore "ё" letter in Russian translation (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(ru): restore ё letter * docs(ru): resolve conflicts * refactor(idea): remove ide folder --- files/ru/web/css/animation-fill-mode/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'files/ru/web/css/animation-fill-mode') diff --git a/files/ru/web/css/animation-fill-mode/index.html b/files/ru/web/css/animation-fill-mode/index.html index 2549e3ac2d..855d8dad42 100644 --- a/files/ru/web/css/animation-fill-mode/index.html +++ b/files/ru/web/css/animation-fill-mode/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/animation-fill-mode

Описание

-

CSS свойство animation-fill-mode определяет, как нужно применять стили к объекту анимации до и после ее выполнения.

+

CSS свойство animation-fill-mode определяет, как нужно применять стили к объекту анимации до и после её выполнения.

{{cssinfo}}

@@ -32,7 +32,7 @@ animation-fill-mode: both, forwards, none;
none
-
Стили анимации не будут применены к элементу до и после ее выполнения.
+
Стили анимации не будут применены к элементу до и после её выполнения.
forwards
По окончании анимации элемент сохранит стили последнего ключевого кадра, который определяется значениями {{cssxref("animation-direction")}} и {{cssxref("animation-iteration-count")}}: @@ -56,22 +56,22 @@ animation-fill-mode: both, forwards, none; - + - + - + - + @@ -114,8 +114,8 @@ animation-fill-mode: both, forwards, none;
<p>Наведите курсор мыши на серый блок</p>
 <div class="demo">
-  <div class="grows">Этот просто растет</div>
-  <div class="growsandstays">Этот растет и остается большим</div>
+  <div class="grows">Этот просто растёт</div>
+  <div class="growsandstays">Этот растёт и остаётся большим</div>
 </div>

CSS

-- cgit v1.2.3-54-g00ecf
alternateчетноечётное 0% или from
alternateнечетноенечётное 100% или to
alternate-reverseчетноечётное 100% или to
alternate-reverseнечетноенечётное 0% или from