Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
1.2.4 release | 6.33 KB | Apr 24, 2015 | 6.0.3 | 1,860 | ![]() |
1.2.3 release | 6.36 KB | Oct 15, 2014 | 6.0.2 | 482 | ![]() |
1.2.2 release | 6.36 KB | Sep 11, 2013 | 5.4.0 | 466 | ![]() |
1.2.1 release | 6.37 KB | May 22, 2013 | 5.3.0 | 245 | ![]() |
1.2 release | 6.36 KB | Mar 19, 2013 | 5.2.0 | 179 | ![]() |
v1.1 release | 6.24 KB | Mar 15, 2013 | 5.2.0 | 54 | ![]() |
v1.0 release | 5.94 KB | Mar 15, 2013 | 5.2.0 | 73 | ![]() |
Description
Smoothly animates status bar
This library is based on oUF Smooth Update by Xuerian.
This library exposes two simple functions to enable or disable animation on a specific StatusBar frame (created by CreateFrame("StatusBar", ..)
).
Functions
:SmoothBar(bar)
Enables smooth animation for the bar. The bar:SetValue() method will be overloaded to handle animation.
Arguments
- bar
- StatusBar frame – The StatusBar to be animated
:ResetBar(bar)
Restores the bar to its original state. Disabling animation.
Arguments
- bar
- StatusBar frame – The StatusBar to be restored
Add a comment