Rewrite on Faders: Details.FadeHandler.Fader(frame, animationType, speed, hideType)

This commit is contained in:
Tercio Jose
2021-04-24 18:17:59 -03:00
parent 4a28c63b4e
commit 2379884746
35 changed files with 722 additions and 337 deletions
+2 -2
View File
@@ -58,9 +58,9 @@
do
local fade_func = function (row, state)
if (state) then
_detalhes.gump:Fade (row, "out")
Details.FadeHandler.Fader (row, "out")
else
_detalhes.gump:Fade (row, "in")
Details.FadeHandler.Fader (row, "in")
end
end
local fade_desc = "Default animation, makes the bar fade in or fade out when showing or hiding in the window"