mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Animate the sync icon
CURA-7290
This commit is contained in:
parent
828e931f52
commit
42f5456ed4
1 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,15 @@ Column
|
||||||
source: UM.Theme.getIcon("update")
|
source: UM.Theme.getIcon("update")
|
||||||
color: palette.text
|
color: palette.text
|
||||||
|
|
||||||
|
RotationAnimator
|
||||||
|
{
|
||||||
|
from: 0;
|
||||||
|
to: 360;
|
||||||
|
duration: 1500
|
||||||
|
loops: Animation.Infinite
|
||||||
|
running: false
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue