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).
How can I start an animation when a app is first run. I can start animations with a mousearea or onClicked but I can't get an animation to run when I first launch the app
Check "Qt Quick examples - window"
You can use: @ Component.onCompleted: { animation.start() } @
You rule portoist