Author Topic: TweenScale a label doesn't tween the outline/border  (Read 2593 times)

sl4ppy

  • Guest
TweenScale a label doesn't tween the outline/border
« on: October 03, 2012, 11:03:49 AM »
As the topic says, when tweening a label widgets scale from 0, the base font scales appropriately, but the accompanying outline or dropshadow appears to not scale at all.

The outline does scale properly when the starting scale is more than 0.

Kinda, sorta a bug?  Just wanted to throw it out there.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: TweenScale a label doesn't tween the outline/border
« Reply #1 on: October 03, 2012, 07:42:17 PM »
Never start with 0. Use a small number instead. 0 means a division by zero when trying to calculate the inverse. Div zero is bad, mmkay.