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?
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?