CSR-550 | Delay animation until displayed
The new SVG chunk is just a longer animation.
This commit is contained in:
parent
ccf6d59481
commit
aaeb26c377
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 30 KiB |
|
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div v-show="isModalVisible" class="loading-modal-backdrop">
|
||||
<div v-if="isModalVisible" class="loading-modal-backdrop">
|
||||
<div class="loading-modal">
|
||||
<section class="loading-modal-body">
|
||||
<div class="modal-icon-container text-center">
|
||||
<img class="" alt="Loading" src="@/assets/img/FMGTransitionAnimation.svg">
|
||||
<img alt="Loading" src="@/assets/img/FMGTransitionAnimation.svg">
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue