vue-anime icon indicating copy to clipboard operation
vue-anime copied to clipboard

callback when animation is finished

Open natemate90 opened this issue 6 years ago • 3 comments

Hi,

Is it possible to get a callback when an animation is finished, in order to trigger something else?

Thanks for your help!

natemate90 avatar Sep 25 '18 09:09 natemate90

something with this.$refs["timelinename"].animeInstance.completed?

natemate90 avatar Sep 25 '18 09:09 natemate90

Is it possible to emit an event from the vue-anime-time-line component when the animations are completed?

natemate90 avatar Sep 25 '18 11:09 natemate90

Hi try the new version

<vue-anime-time-line ref="demo11" @complete="demo11Complete">

thanks

liuhann avatar Sep 26 '18 01:09 liuhann