As per the latest AnimationCallback documentation, there should be a finishAnimation() method with which a Canvas.animate{Hide, Show, ...}() call could be stopped before it is expected to be finished.
I suppose finishAnimation() should belong to Canvas but there is no such method - I was not able to find it anywhere.
Is it a documentation issue or a missing method? I hope it is the latter as I need the functionality :)
I suppose finishAnimation() should belong to Canvas but there is no such method - I was not able to find it anywhere.
Is it a documentation issue or a missing method? I hope it is the latter as I need the functionality :)
Comment