Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hey I have a view with lots of child views which make some animations.

The problem is that when an animation is played, the views still react to touch events, which is something that I don't want.

I thought about having transparent view on the top of all the views, that will be visible when animation is being played

Is there other way to do that?

thanks!

share|improve this question

1 Answer

up vote 0 down vote accepted

You can use the "OnAnimationStart"/"OnAnimationEnd" and define the touch behavior there.

share|improve this answer
I have lots of views and lots of animation listeners. That solution is too much work for me :) – dor506 May 2 '12 at 8:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.