bendc / animateplus

A+ animation module for the modern web
MIT License
5.96k stars 280 forks source link

Cannot call JS method at the end of animation #52

Closed dumplingbao closed 4 years ago

dumplingbao commented 4 years ago

I want to call the JS method after the animation is finished. It seems that this operation is not supported now, only simple operation can be performed. Can you answer it? Thank you.

dumplingbao commented 4 years ago

Writing format resolved

bendc commented 4 years ago

You can call any function after the promise resolves.

dumplingbao commented 4 years ago

After trying again, it has been solved. Thank you!