Skip to main content
Sign in
Snippets Groups Projects
Commit 094a7994 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute un ping sur le bouton impacts quand il y a eu une modification de la loi.

Les conditions d'affichage de l'animation sont très sommaires. Mais fonctionnent.
parent 7078a8bc
No related branches found
No related tags found
1 merge request!73Animations pour rendre l'UI plus compréhensible
Pipeline #2842 passed
......@@ -583,6 +583,14 @@
>
Impacts
</div>
{#if Object.keys($parametricReform).length !== 0 && displayMode.mobileLaw}
<span class="flex h-3 w-3">
<span
class="animate-ping absolute inline-flex h-3 w-3 rounded-full bg-le-jaune-dark bg-opacity-90"
/>
<span class="relative inline-flex rounded-full h-3 w-3 bg-le-jaune" />
</span>
{/if}
</a>
</div>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment