💫 (button) finish button fade animation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user