johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

colorFrom only alters the last child in a hierarchy if "includeChildren" is true. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The from setting overrides the endColor and sets it back to startColor on
every parent object.

args["color"]=startColor; > this flows to all parents somehow

Original issue reported on code.google.com by pixelplacement on 19 May 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Fixed!

Original comment by pixelplacement on 19 May 2010 at 4:51