disable animations on more transitions (#8112)

This commit is contained in:
Johann150 2022-01-25 15:18:21 +01:00 committed by GitHub
parent 3f610edc2a
commit e51f59e1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 31 additions and 31 deletions

View file

@ -4,7 +4,7 @@
<div class="wbrkwalb">
<MkLoading v-if="fetching"/>
<transition-group v-else tag="div" name="chart" class="instances">
<transition-group v-else tag="div" :name="$store.state.animation ? 'chart' : ''" class="instances">
<div v-for="(instance, i) in instances" :key="instance.id" class="instance">
<img v-if="instance.iconUrl" :src="instance.iconUrl" alt=""/>
<div class="body">