vue-anime
vue-anime copied to clipboard
callback when animation is finished
Hi,
Is it possible to get a callback when an animation is finished, in order to trigger something else?
Thanks for your help!
something with this.$refs["timelinename"].animeInstance.completed
?
Is it possible to emit an event from the vue-anime-time-line component when the animations are completed?
Hi try the new version
<vue-anime-time-line ref="demo11" @complete="demo11Complete">
thanks