road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

Rounded alpha #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
if I start a Tween with rounded=true and the alpha property, it causes the
Sprite to pop without a fade. I guess 'rounded' could be applied only on
properties that don't have 0 to 1 range. It doesn't make sense to round
these type of properties. And we don't have to create one Tween for 'x',
'y' properties and other to 'alpha', 'colorTransform', etc

thanks

Original issue reported on code.google.com by tille...@gmail.com on 21 Jan 2009 at 1:05

GoogleCodeExporter commented 8 years ago
I also get the same problem. If rounded=true, all positions will be changed. The
MovieClip won't tween as what I espect

Original comment by liud...@gmail.com on 22 Aug 2009 at 3:29