Fix #63
This commit is contained in:
parent
90277e2931
commit
84407fa92d
1 changed files with 4 additions and 3 deletions
|
|
@ -58,11 +58,12 @@
|
|||
</a>
|
||||
<button
|
||||
id="loop-animation"
|
||||
class="btn btn--transparent btn--outline"
|
||||
data-icon="loop"
|
||||
class="btn"
|
||||
:class="{ 'btn--transparent btn--outline': !isLoopAnimationEnabled }"
|
||||
:data-icon="!isLoopAnimationEnabled ? 'loop' : 'pause'"
|
||||
@click="isLoopAnimationEnabled = !isLoopAnimationEnabled"
|
||||
>
|
||||
<span>Animation en boucle</span>
|
||||
<span>{{ !isLoopAnimationEnabled ? 'Animation' : 'Arrêt l’animation' }} en boucle</span>
|
||||
</button>
|
||||
<button
|
||||
v-if="activeTab === 'static'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue