[android-developers] AnimationSet seStartOffset not working

2012-03-15 Thread rdietrick
I'm using an AnimationSet to fade an ImageView out (alpha 1->0) and then fade it back in (alpha 0->1). I can't seem to get the AlphaAnimations to run sequentially, however. From the logs, I can see that both animations always start simultaneously, even though I'm adding a start offset to the seco

Re: [android-developers] AnimationSet

2012-03-13 Thread geet handa
> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more op

Re: [android-developers] AnimationSet

2012-03-13 Thread Sree
hi mona, ya i know this solution , u will take Frame By Frame animation with different frames.and set the frame duration also *Thanks & Regards* *Sreelatha* * * * * -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] AnimationSet

2012-03-12 Thread geet handa
Hi Frnds... I am new to dis group.. I am facing one problem in ma project regarding animation set... In my Project i want to run multiple animations at a time in one screen If any body knows the solution plzzz help me out. thanks Mona -- You received this message because you a

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

2011-01-18 Thread Oded O.
I'm building a new layout engine (and hopefully open-source it once I'm done) I need to scale and move a "tile" from one position on the screen to another. When I only move, the coordinates seems to be OK (the top-left corner of the "tile" is positioned exactly where it should be) http://www.yo