diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:06 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:06 +0100 |
commit | 786d51e5e35f25c06fc64083574a435e240b2a54 (patch) | |
tree | 7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/web/performance | |
parent | c058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff) | |
download | translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2 translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip |
unslug ru: modify
Diffstat (limited to 'files/ru/web/performance')
-rw-r--r-- | files/ru/web/performance/animation_performance_and_frame_rate/index.html | 3 | ||||
-rw-r--r-- | files/ru/web/performance/fundamentals/index.html | 3 |
2 files changed, 4 insertions, 2 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 8d8054dade..ef73122adf 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 @@ -1,6 +1,6 @@ --- title: Производительность анимации и частота кадров -slug: Web/Performance/Производительность_анимации +slug: Web/Performance/Animation_performance_and_frame_rate tags: - CSS animation - Developer Tools @@ -9,6 +9,7 @@ tags: - Производительность - инструменты translation_of: Web/Performance/Animation_performance_and_frame_rate +original_slug: Web/Performance/Производительность_анимации --- <p>Анимация в Вебе может быть сделана с помощью {{domxref('SVGAnimationElement', 'SVG')}}, {{domxref('window.requestAnimationFrame','JavaScript')}}, включая {{htmlelement('canvas')}} и {{domxref('WebGL_API', 'WebGL')}}, CSS {{cssxref('animation')}}, {{htmlelement('video')}}, анимированных GIF и даже с помощью анимированных PNG и других типов изображений. Производительность CSS анимации может отличаться от одного CSS-свойства к другому, а попытка анимировать некоторые "дорогие" CSS-свойства может привести к зависаниям ({{glossary('jank')}}), даже несмотря на то, что браузер борется за то, чтобы смягчить частоту смены кадров {{glossary('frame rate')}}.</p> diff --git a/files/ru/web/performance/fundamentals/index.html b/files/ru/web/performance/fundamentals/index.html index fd97d25650..c4d8b93895 100644 --- a/files/ru/web/performance/fundamentals/index.html +++ b/files/ru/web/performance/fundamentals/index.html @@ -1,6 +1,6 @@ --- title: Основы производительности -slug: Web/Performance/Основы +slug: Web/Performance/Fundamentals tags: - Apps - Firefox @@ -9,6 +9,7 @@ tags: - Performance - Производительность translation_of: Web/Performance/Fundamentals +original_slug: Web/Performance/Основы --- <div class="summary"> <p><span class="seoSummary">Английское слово Performance, которое используется в статьях о производительности приложений, также можно перевести, как "эффективность". Этот документ объясняет основы производительности, того как браузеры помогают улучшить её и какие инструменты и процессы вы можете использовать, чтобы её улучшить. </span></p> |