X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomponents%2Fbuttons%2FReloadButton.vue;h=385e145462d369744e1757b04f9c48abca4a82c0;hb=5218eec27c72bade7112c6b029d7d1eb1f42f871;hp=c43a4688420f9c16b0165892ecc7a5593b4e7514;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/components/buttons/ReloadButton.vue b/ui/web/src/components/buttons/ReloadButton.vue index c43a4688..385e1454 100644 --- a/ui/web/src/components/buttons/ReloadButton.vue +++ b/ui/web/src/components/buttons/ReloadButton.vue @@ -1,13 +1,13 @@ @@ -23,9 +23,6 @@ const props = defineProps<{ } .spin { - animation-name: rotation; - animation-duration: 2s; - animation-iteration-count: infinite; - animation-timing-function: linear; + animation: rotation 2s linear infinite; }