animation fix
This commit is contained in:
parent
b8288d7cc4
commit
797259cc9d
4 changed files with 9 additions and 11 deletions
|
|
@ -19,7 +19,8 @@
|
|||
<FAIcon
|
||||
class="fa-scale-110"
|
||||
:icon="button.icon(funcArg)"
|
||||
:spin="!extra && button.animated?.() && animationState[button.name]"
|
||||
:spin="!extra && button.animated?.() && animationState"
|
||||
style="--fa-animation-duration: 750ms;"
|
||||
fixed-width
|
||||
/>
|
||||
<template v-if="!buttonClass.disabled && button.toggleable?.(funcArg) && button.active">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue