- new API: Details:GetEncounterInfoFromEncounterName (ID, encountername), returns encounter info.
- Tweaks for Legion Dungeon. - Framework update to v35. - Solved an issue with bookmarks where the background sometimes was a light silver. - Sovelod an issue with the display menu where sometimes it wasn't changeing the display. - new tooltip design.
This commit is contained in:
+5
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
local dversion = 34
|
||||
local dversion = 35
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
@@ -1194,6 +1194,10 @@ function DF:CreateAnimation (animation, type, order, duration, arg1, arg2, arg3,
|
||||
elseif (type == "ROTATION") then
|
||||
anim:SetDegrees (arg1) --degree
|
||||
anim:SetOrigin (arg2 or "center", arg3 or 0, arg4 or 0) --point, x, y
|
||||
|
||||
elseif (type == "TRANSLATION") then
|
||||
anim:SetOffset (arg1, arg2)
|
||||
|
||||
end
|
||||
|
||||
animation.NextAnimation = animation.NextAnimation + 1
|
||||
|
||||
Reference in New Issue
Block a user