RSS

Пятница, 29.03.2024, 14:22
Главная » WoW API » API Виджеты » Анимация »

Scale:SetSmoothing("smoothType")

[ править ]
Sets the smoothing type for the animation.
[клоны]
Sets the smoothing type for the animation. This setting affects the rate of change in the animation's progress value as it plays.


Signature:
Code
Animation:SetSmoothing("smoothType")

Arguments:
  • smoothType - Type of smoothing for the animation (string)
      IN - Initially progressing slowly and accelerating towards the end
    • IN_OUT - Initially progressing slowly and accelerating towards the middle, then slowing down towards the end
    • NONE - Progresses at a constant rate from beginning to end
    • OUT - Initially progressing quickly and slowing towards the end

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