1👍
✅
Are you able to modify the source code of the Fireworks
component?
I can see that it has a data prop
of auto
that is set to true
.
If you could change that to a straight forward prop
, then by changing that value to false
it would stop adding more fireworks and let the other animations finish.
<Firework :boxHeight="'100%'" :boxWidth="'100%'" :auto="false"/>
Haven’t tested myself, just an assumption reading through the code. Hope it helps.
Source:stackexchange.com