ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions

Home Page:https://ragnarlotus.github.io/vue-flux-docs/demos/demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How destroy the object before unmount the vue-flux?

ARM-developer opened this issue · comments

I tried deleting the component with the reference but it didn't work.

image

if you want to delete it without finishing the transhition:

const player = $vueFlux.value.getlayer();
await player.stop(true);

or...

setting the emit stop to do whatever you want

$vueFlux.value.stop(true);