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

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.

blipinsk commented 8 years ago

Hi! Good job once again :+1:. I will merge it (and make a release with it - 1.4.4) in a sec.

blipinsk commented 8 years ago

Included in the 1.4.4 release. Thanks!