RSS

Четверг, 25.04.2024, 04:12
Главная » WoW API » API Виджеты » Анимация »

Translation:Pause()

[ править ]
Pauses the animation.
[клоны]
Pauses the animation. Unlike with Animation:Stop(), the animation is paused at its current progress state (e.g. in a fade-out-fade-in animation, the element will be at partial opacity) instead of reset to the initial state; animation can be resumed with Animation:Play().


Signature:
Code
Animation:Pause()

Также смотрите: Анимация
Ссылки: http://wowprogramming.com/docs/widgets/Animation/Pause