Fixes (2)

This commit is contained in:
Tercio Jose
2022-09-01 19:22:41 -03:00
parent 4fe02b4ddc
commit ae22cfc634
11 changed files with 56 additions and 54 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
local dversion = 336
local dversion = 337
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -2905,7 +2905,7 @@ function DF:CreateAnimation (animation, type, order, duration, arg1, arg2, arg3,
anim:SetToAlpha (arg2)
elseif (type == "SCALE") then
anim:SetFromScale (arg1, arg2)
anim:SetScaleFrom (arg1, arg2)
anim:SetToScale (arg3, arg4)
anim:SetOrigin (arg5 or "center", arg6 or 0, arg7 or 0) --point, x, y