Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

onclick event on animated imageview #29

Closed
manjunathab opened this issue Sep 12, 2012 · 4 comments
Closed

onclick event on animated imageview #29

manjunathab opened this issue Sep 12, 2012 · 4 comments

Comments

@manjunathab
Copy link

The onclick event on animated view is not working. i followed following way

animate(tv).setDuration(2000).rotationYBy(720).x(100).y(100);

    tv.setOnClickListener(this);
@SimonVT
Copy link
Contributor

SimonVT commented Sep 12, 2012

You're only animating where the view is drawn. When the animation is done you have to move the view to the new position.

@manjunathab
Copy link
Author

i need to have continues animation. (INFINITE animation) in that case how i can implement the things

@SimonVT
Copy link
Contributor

SimonVT commented Sep 13, 2012

You need to ask this question on e.g. stackoverflow. This is not a support forum.

@manjunathab
Copy link
Author

i didn't got answer there ... thats y i asked here...

thanks for yr valuable suggestion

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants