Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Duugu
Forum: General Authoring Discussion 02-06-15, 06:54 PM
Replies: 12
Views: 8,654
Posted By Duugu
Thats true. Thanks for the code. In my case it...

Thats true. Thanks for the code. In my case it was about clickable secure frames/buttons so I couldn't use such an approach. :/
Forum: General Authoring Discussion 02-06-15, 12:19 PM
Replies: 12
Views: 8,654
Posted By Duugu
As far as I know that's impossible. The rotate...

As far as I know that's impossible.

The rotate animation ignores clickable areas. To be honest ... I do believe the animation ignores the parent frame itself at all and the rotation is applied to...
Forum: General Authoring Discussion 02-06-15, 09:55 AM
Replies: 12
Views: 8,654
Posted By Duugu
Yes, there is a way: t.ag =...

Yes, there is a way:

t.ag = t:CreateAnimationGroup()
t.a1 = t.ag:CreateAnimation("Rotation")
t.a1:SetDuration(1)
t.a1:SetEndDelay(10)
t.a1:SetScript("OnUpdate", function(self, elapsed) if...
Forum: General Authoring Discussion 02-06-15, 08:47 AM
Replies: 12
Views: 8,654
Posted By Duugu
Theoretically :D As the rotation animation is...

Theoretically :D

As the rotation animation is kind of broken it will fail in scenarios like fontstring childs, backdrops, and others.

Just apply the animation to the parent Frame.
Forum: General Authoring Discussion 02-06-15, 06:56 AM
Replies: 12
Views: 8,654
Posted By Duugu
Stop() will end the animation and the...

Stop() will end the animation and the frame/textures will be set to their initial state.
Pause() will pause the animation in its current state.

That's what I am using in BAB Bars to 'permanently...
Showing results 1 to 5 of 5