💫 (button) finish button fade animation

This commit is contained in:
2020-07-15 01:16:47 +02:00
parent c73dfc650f
commit 217a678196
2 changed files with 21 additions and 14 deletions

View File

@@ -24,21 +24,21 @@
v-if="timeState === 'stopped'"
src="@/assets/play.svg"
alt="play"
width="44px"
height="44px"
width="50px"
height="50px"
/>
<img
key="pause"
v-if="timeState === 'started'"
src="@/assets/pause.svg"
alt="pause"
width="44px"
height="44px"
width="50px"
height="50px"
/>
</transition>
</button>
<button @click="clear">
<img src="@/assets/stop.svg" alt="stop" />
<img src="@/assets/stop.svg" alt="stop" width="50px" height="50px" />
</button>
</div>
<ZoneMusic