diff options
author | MDN <actions@users.noreply.github.com> | 2021-10-14 00:47:38 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-10-14 00:47:38 +0000 |
commit | df821208c608de1b7cdc6fe69ae28724ac1f01a0 (patch) | |
tree | 265d5165067499173a2b36626798e3504b291909 /files/ru | |
parent | d362676d3d14ab1bf938c80a90b7a6f2665d9f3c (diff) | |
download | translated-content-df821208c608de1b7cdc6fe69ae28724ac1f01a0.tar.gz translated-content-df821208c608de1b7cdc6fe69ae28724ac1f01a0.tar.bz2 translated-content-df821208c608de1b7cdc6fe69ae28724ac1f01a0.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ru/web/api/keyframeeffect/keyframeeffect/index.html (renamed from files/ru/web/api/effecttiming/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 4ad88d5364..9674c73864 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -319,6 +319,7 @@ /ru/docs/Web/API/Document/domConfig /ru/docs/Web/API/Document /ru/docs/Web/API/DocumentOrShadowRoot/activeElement /ru/docs/Web/API/Document/activeElement /ru/docs/Web/API/DocumentOrShadowRoot/getSelection /ru/docs/Web/API/Document/getSelection +/ru/docs/Web/API/EffectTiming /ru/docs/Web/API/KeyframeEffect/KeyframeEffect /ru/docs/Web/API/Element.getBoundingClientRect /ru/docs/Web/API/Element/getBoundingClientRect /ru/docs/Web/API/Element.insertAdjacentHTML /ru/docs/Web/API/Element/insertAdjacentHTML /ru/docs/Web/API/Element/accessKey /ru/docs/Web/API/HTMLElement/accessKey diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index b5f01c9af2..b587e6f583 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -7222,12 +7222,6 @@ "tavira" ] }, - "Web/API/EffectTiming": { - "modified": "2020-10-15T22:29:01.473Z", - "contributors": [ - "Kami-san" - ] - }, "Web/API/Element": { "modified": "2020-10-15T21:21:45.874Z", "contributors": [ @@ -9234,6 +9228,12 @@ "Tvortsa" ] }, + "Web/API/KeyframeEffect/KeyframeEffect": { + "modified": "2020-10-15T22:29:01.473Z", + "contributors": [ + "Kami-san" + ] + }, "Web/API/Location": { "modified": "2019-08-09T02:31:05.855Z", "contributors": [ diff --git a/files/ru/web/api/effecttiming/index.html b/files/ru/web/api/keyframeeffect/keyframeeffect/index.html index 4270a9983d..1106061704 100644 --- a/files/ru/web/api/effecttiming/index.html +++ b/files/ru/web/api/keyframeeffect/keyframeeffect/index.html @@ -1,6 +1,6 @@ --- title: EffectTiming -slug: Web/API/EffectTiming +slug: Web/API/KeyframeEffect/KeyframeEffect tags: - API - Animation @@ -11,6 +11,7 @@ tags: - web animation - web animation api translation_of: Web/API/EffectTiming +original_slug: Web/API/EffectTiming --- <div>{{ SeeCompatTable() }}{{ APIRef("Web Animations") }}</div> |