diff options
author | Malyugin-Anton <64378540+am0xff@users.noreply.github.com> | 2021-08-29 14:20:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 14:20:06 +0300 |
commit | 9abc43032087740ca820e52c5221ceb6f98de18f (patch) | |
tree | 51bba521fb1bebf86922b66d1e709ad533fed5f0 /files/ru | |
parent | 913519f9d3d773c8a37ec190884f69d33e1cf3e4 (diff) | |
download | translated-content-9abc43032087740ca820e52c5221ceb6f98de18f.tar.gz translated-content-9abc43032087740ca820e52c5221ceb6f98de18f.tar.bz2 translated-content-9abc43032087740ca820e52c5221ceb6f98de18f.zip |
fix typo on Animation performance and frame rate article (#2268)
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/web/performance/animation_performance_and_frame_rate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/performance/animation_performance_and_frame_rate/index.html b/files/ru/web/performance/animation_performance_and_frame_rate/index.html index 8ccf7fb88d..f98b00ee5e 100644 --- a/files/ru/web/performance/animation_performance_and_frame_rate/index.html +++ b/files/ru/web/performance/animation_performance_and_frame_rate/index.html @@ -100,7 +100,7 @@ original_slug: Web/Performance/Производительность_анимац <h2 id="Пример_margin_против_transform">Пример: margin против transform</h2> -<p>В этом разделе мы увидим, как инструмент <a href="/en-US/docs/Tools/Performance/Waterfall">Waterfall</a> может указать на разницу между анимацией. её <code><a href="/en-US/docs/Web/CSS/margin">margin</a></code> и <code><a href="/en-US/docs/Web/CSS/transform">transform</a></code>.</p> +<p>В этом разделе мы увидим, как инструмент <a href="/en-US/docs/Tools/Performance/Waterfall">Waterfall</a> может указать на разницу между анимацией <code><a href="/en-US/docs/Web/CSS/margin">margin</a></code> и <code><a href="/en-US/docs/Web/CSS/transform">transform</a></code>.</p> <p>Задумка этого сценария не в том, чтобы убедить вас, что анимация через <code>margin</code> - это всегда плохая идея. Сценарий нужен, чтобы продемонстрировать, как инструменты могут помочь вам понять работу браузера и как вы можете применить эти знания для оптимизации.</p> |