Skip to content

Commit b491de2

Browse files
committed
Update ru-RU.md
1 parent 040c2cd commit b491de2

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

ru-RU.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,36 +2396,35 @@
23962396
23972397
**[Back to top](#table-of-contents)**
23982398
2399-
## Animations
2399+
## Анимации
24002400
2401-
### Usage
2401+
### Применение
24022402
###### [Style [Y210](#style-y210)]
24032403
2404-
- Use subtle [animations with AngularJS](https://docs.angularjs.org/guide/animations) to transition between states for views and primary visual elements. Include the [ngAnimate module](https://docs.angularjs.org/api/ngAnimate). The 3 keys are subtle, smooth, seamless.
2404+
- Используйте subtle [анимации AngularJS](https://docs.angularjs.org/guide/animations) чтобы перемещать состояния представлений и первичные визуальные элементы. Подключите [модуль ngAnimate](https://docs.angularjs.org/api/ngAnimate). Есть три ключа - тонкий (subtle), плавный(smooth), цельный(seamless).
24052405
2406-
*Why?*: Subtle animations can improve User Experience when used appropriately.
2406+
*Почему?*: При правильном использовании тонкая анимация может улучшить удобство работы.
24072407
2408-
*Why?*: Subtle animations can improve perceived performance as views transition.
2408+
*Почему?*: Тонкие анимации могут воспринимаемую эффективность при изменениии представлений.
24092409
2410-
### Sub Second
2410+
### Длительность Анимаций
24112411
###### [Style [Y211](#style-y211)]
24122412
2413-
- Use short durations for animations. I generally start with 300ms and adjust until appropriate.
2414-
2415-
*Why?*: Long animations can have the reverse affect on User Experience and perceived performance by giving the appearance of a slow application.
2413+
- Используйте короткую длительность анимаций. Я в основном начинаю с 300 миллисекунд и регулирую до нужного состояния.
2414+
*Почему?*: Долгие анимации могут иметь обратный эффект для пользователя, приложение будет восприниматся как медленно работающее.
24162415
24172416
### animate.css
24182417
###### [Style [Y212](#style-y212)]
24192418
2420-
- Use [animate.css](http://daneden.github.io/animate.css/) for conventional animations.
2419+
- Используйте [animate.css](http://daneden.github.io/animate.css/) для обычных анимаций.
24212420
2422-
*Why?*: The animations that animate.css provides are fast, smooth, and easy to add to your application.
2421+
*Почему?*: Анимации, предоставляемые animate.css, быстрые, плавные и их легко добавить в приложение.
24232422
2424-
*Why?*: Provides consistency in your animations.
2423+
*Почему?*: Это дает согласованность ваших анимаций.
24252424
2426-
*Why?*: animate.css is widely used and tested.
2425+
*Почему?*: animate.css широко используем и оттестирован.
24272426
2428-
Note: See this [great post by Matias Niemelä on AngularJS animations](http://www.yearofmoo.com/2013/08/remastered-animation-in-angularjs-1-2.html)
2427+
Замечание: Посмотрите эту [замечательную статью от Matias Niemelä об анимациях AngularJS](http://www.yearofmoo.com/2013/08/remastered-animation-in-angularjs-1-2.html)
24292428
24302429
**[Back to top](#table-of-contents)**
24312430

0 commit comments

Comments
 (0)