bendc / animateplus

A+ animation module for the modern web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot call JS method at the end of animation

dumplingbao opened this issue · comments

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.

Writing format
resolved

You can call any function after the promise resolves.

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