View Single Post
07/23/18, 10:31 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
What is the error you get and when do you get it? Without any error message it's hard to see what is wrong.

If you want to disable hte animations try this:
Lua Code:
  1. if (control and not control.animation) then
  2. --[[
  3.         control.animation = ANIMATION_MANAGER:CreateTimelineFromVirtual("IconSlotMouseOverAnimation", control)
  4.         control.animation:GetFirstAnimation():SetEndScale(1)
  5. ]]
  6. end

Last edited by Baertram : 07/23/18 at 10:33 AM.
  Reply With Quote