disable animations on more transitions (#8112)
This commit is contained in:
parent
3f610edc2a
commit
e51f59e1b7
23 changed files with 31 additions and 31 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<transition name="tray-back">
|
||||
<transition :name="$store.state.animation ? 'tray-back' : ''">
|
||||
<div v-if="widgetsShowing"
|
||||
class="tray-back _modalBg"
|
||||
@click="widgetsShowing = false"
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
></div>
|
||||
</transition>
|
||||
|
||||
<transition name="tray">
|
||||
<transition :name="$store.state.animation ? 'tray' : ''">
|
||||
<XWidgets v-if="widgetsShowing" class="tray"/>
|
||||
</transition>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue