Add visual upload pause button, not working yet

This commit is contained in:
miruka
2019-12-06 07:10:22 -04:00
parent 6c92f4cad1
commit d70260d007
7 changed files with 56 additions and 2 deletions

View File

@@ -29,5 +29,7 @@ Image {
layer.effect: ColorOverlay {
color: icon.colorize
cached: icon.cache
Behavior on color { HColorAnimation {} }
}
}

View File

@@ -24,6 +24,8 @@ ProgressBar {
height: parent.height
color: foregroundColor
Behavior on color { HColorAnimation {} }
XAnimator on x {
running: bar.indeterminate
duration: theme.animationDuration * 8