I want to apply animation effects (for example, such as translate) to object after animation is finished. Ive used fillAfter=”true” property, it’s worked but there is another problem. When animation finished with this property, its look like object gets new positions. But then I use second animation to this object and object’s positions are restore and animation goes from old position… I hope you understand me… (I think the problem is that animations apply to the View matrix, not to the object matrix) SDK 2.2 (not 3((()
so, Can you say me what should I do?
And again my answer:
After the first animation I’ve stored animated positions (xTo and yTo) and then when I’ve used second animation I started from this xTo and yTo positions to the new xTo and yTo positions. That’s all. Thanks
my answer:
After the first animation I’ve stored animated positions (xTo and yTo) and then when I’ve used second animation I started from this xTo and yTo positions to the new xTo and yTo positions. That’s all. Thanks