diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-22 05:49:24 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-22 05:52:34 (GMT) |
commit | 31df163917b804a6f36fe053e69a15047256daf6 (patch) | |
tree | 7a336e083974ce79b93c385930f3d92ded561e45 /demos | |
parent | 6c9ac788a60fcd2f946787a5297d7c2f71ad1968 (diff) | |
download | Qt-31df163917b804a6f36fe053e69a15047256daf6.zip Qt-31df163917b804a6f36fe053e69a15047256daf6.tar.gz Qt-31df163917b804a6f36fe053e69a15047256daf6.tar.bz2 |
Start updating state and animation docs.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/samegame/content/BoomBlock.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/samegame/content/BoomBlock.qml b/demos/declarative/samegame/content/BoomBlock.qml index a495cd0..34f6f56 100644 --- a/demos/declarative/samegame/content/BoomBlock.qml +++ b/demos/declarative/samegame/content/BoomBlock.qml @@ -21,7 +21,7 @@ Item { id:block } } opacity: 0 - opacity: Behavior { NumberAnimation { properties:"opacity"; duration: 200 } } + opacity: Behavior { NumberAnimation { duration: 200 } } anchors.fill: parent } |