From 42f5456ed42e3d086b82e818cec19e125bcc45b7 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 30 Apr 2020 17:26:12 +0200 Subject: [PATCH] Animate the sync icon CURA-7290 --- resources/qml/Account/UserOperations.qml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/qml/Account/UserOperations.qml b/resources/qml/Account/UserOperations.qml index 2bf570a995..dfeb8b0961 100644 --- a/resources/qml/Account/UserOperations.qml +++ b/resources/qml/Account/UserOperations.qml @@ -45,6 +45,15 @@ Column source: UM.Theme.getIcon("update") color: palette.text + RotationAnimator + { + from: 0; + to: 360; + duration: 1500 + loops: Animation.Infinite + running: false + } + } Label