Animation and click events

Inman

Well-Known Member
Licensed User
Longtime User
I am running a Translate animation on a label to have a sort of a news ticker that goes from right to left. The animation runs fine.

But the issue is I have a Scrollview with some labels and imageviews in the lower part of the activity. When the animation is in progress, the click events of none of the views in the ScrollView get detected. Only when the animation is over it detects the click.

Is there any way to detect the click when the animation is in progress?
 

Inman

Well-Known Member
Licensed User
Longtime User
No it doesn't hide ScrollView in any way. Scrollview starts about 2dip below the animated label.

Anyway, I will probably get rid of the ticker. It looks good from a design standpoint but practically it will be tough for the user to wait for the scroll to finish, to go through all news items.
 
Upvote 0
Top