Merge branch 'qml'
[mdictionary] / src / mdictionary / qml / ProgressBar.qml
index 2a0de49..ee4b051 100644 (file)
@@ -48,6 +48,7 @@ Rectangle {
 
         Behavior on position {
             SequentialAnimation{
+                id: infinite_animaction;
                 loops:  (value>-1)?0:Animation.Infinite
                 SmoothedAnimation { velocity:450 ; to: progressBar.width - 96}
                 SmoothedAnimation { velocity: 450 ; to: 6 }