Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
You are not starting the animation anywhere. Either start it by calling start(), or use the declarative approach. Here's an example for the former:
start()
ProgressBar{ id : p1 indeterminate: true onValueChanged: anim.start() ColorAnimation { id: anim from: "white" to: "black" duration: 200 } }