blipinsk / ViewPropertyObjectAnimator

Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
Apache License 2.0
348 stars 29 forks source link

Only run the withEndAction runnable if the animation isn't canceled
 #6

Closed fabionuno closed 8 years ago

fabionuno commented 8 years ago

To stay close with ViewPropertyAnimator's behavior, if the ObjectAnimator is canceled during that animation, the runnable defined on withEndAction should not run.