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

ViewPropertyAnimator withEndAction missing #42

Open
Leandros opened this issue Mar 30, 2013 · 4 comments
Open

ViewPropertyAnimator withEndAction missing #42

Leandros opened this issue Mar 30, 2013 · 4 comments

Comments

@Leandros
Copy link

No description provided.

@DSteve595
Copy link

This feature would be perfect.

It's described here: http://developer.android.com/reference/android/view/ViewPropertyAnimator.html#withEndAction(java.lang.Runnable)

My current workaround is to add an AnimationListener, which wastes tons of lines of code for one simple thing.

@cypressious
Copy link

There is AnimatorListenerAdapter which you can create an anonymous subclass of. You only need to override onAnimationEnd().

@felipecsl
Copy link

+1 for withEndAction

@orip
Copy link

orip commented Oct 9, 2013

Subclassing Animator.AnimatorListener isn't too verbose, but you can always create a helper to simulate withEndAction.

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

5 participants