Open nuudles opened 5 years ago
Please provide the following information about your environment:
Animation.Listener onAnimationFinish callback always called with canceled as false.
Animation.Listener
onAnimationFinish
canceled
false
getAnimation(key)
animation.setLoop(false)
animation.play()
animaton.stop()
Environment
Please provide the following information about your environment:
Description
Animation.Listener
onAnimationFinish
callback always called withcanceled
asfalse
.Reproducible Demo
getAnimation(key)
false
usinganimation.setLoop(false)
animation.play()
animaton.stop()
onAnimationFinish
callback with thecanceled
parameter returningfalse
even though we explicitly canceled it.