florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 423 forks source link

Unable to Cancel #43

Open ikymasie opened 6 years ago

ikymasie commented 6 years ago

Hi,

I have the following...

` viewAnimator .animate(statusIcon) .rotation(360).repeatCount(8)

         .interpolator(new LinearInterpolator())

            .start();`

I cant seem to get it to cancel... please help!

BNDG commented 6 years ago

I have the same question.