View Single Post
06-01-16, 01:47 AM   #1
galvin
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 265
Animation groups. Scaling frames with children

Not sure if this is a bug. But what I was expecting was the same thing that happens when you SetScale() on a frame that has children.

What happens instead is every child texture or frame and the parts of the backdrop borders get scaled. Looks ugly. As a work around. I had to do an OnUpdate that applies SetScale() based on Animation:GetProgress()

Update:
Bad Scaling https://www.youtube.com/watch?v=2CpTr0187I4
Good Scaling https://www.youtube.com/watch?v=d1dQ6idHK0s

Last edited by galvin : 06-01-16 at 10:30 AM.