[android-developers] Re: AnimationSet - Scaling and moving at the same time

2011-01-18 Thread Oded O.
The strange thing is, that I scale the view and set the top-left corner as the pivot point of the scale... while the transform (moving) of the views is also set-up using the top-left corner as the anchor... so logically, we shouldn't have encountered any issue... How (and where) do I post a

[android-developers] Re: AnimationSet - Scaling and moving at the same time

2011-01-16 Thread Hari Edo
It seems like whenever a scale is done as a part of an animset, the starting or ending scale is computed incorrectly, as the reciprocal of the ending scale. I think they're calculating the anti-transform for each element, and doing it badly, messing up compound animations. Thanks for posting