qrc
[mdictionary] / src / mdictionary / qml / ProgressBar.qml
index a36bda2..2e102c3 100644 (file)
@@ -44,7 +44,7 @@ Rectangle {
             SequentialAnimation{
                 loops: Animation.Infinite
                 SmoothedAnimation { velocity: 450; to: progressBar.width - 96}
-                SmoothedAnimation { velocity: 450; to: 0 }
+                SmoothedAnimation { velocity: 450; to: 6 }
             }
         }