summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-12 03:48:20 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-12 03:48:20 (GMT)
commit4cd49f7a7a4afa269846b8d8a56cfd1d1f7ad917 (patch)
tree492281457baaa21848058ddb2e41b12bfea4b92f /demos/declarative
parentffb4e551ed9316a3d16b9add3c8e5a7f47b75886 (diff)
downloadQt-4cd49f7a7a4afa269846b8d8a56cfd1d1f7ad917.zip
Qt-4cd49f7a7a4afa269846b8d8a56cfd1d1f7ad917.tar.gz
Qt-4cd49f7a7a4afa269846b8d8a56cfd1d1f7ad917.tar.bz2
Make good television.
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/flickr/flickr.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/flickr/flickr.qml b/demos/declarative/flickr/flickr.qml
index 8d294f8..b113f56 100644
--- a/demos/declarative/flickr/flickr.qml
+++ b/demos/declarative/flickr/flickr.qml
@@ -192,7 +192,7 @@ Item {
transitions: [
Transition {
fromState: "*"; toState: "*"
- NumericAnimation { properties: "y"; duration: 650; easing: "easeOutBounce(amplitude:0.1)" }
+ NumericAnimation { properties: "y"; duration: 1000; easing: "easeOutBounce(amplitude:0.5)" }
}
]
}
@@ -201,6 +201,6 @@ Item {
id: CategoryText; anchors.horizontalCenter: parent.horizontalCenter; y: 15;
text: "Flickr - " +
(FeedModel.tags=="" ? "Uploads from everyone" : "Recent Uploads tagged " + FeedModel.tags)
- font.size: 16; font.bold: true; color: "white"; style: "Raised"; styleColor: "black"
+ font.size: 20; font.bold: true; color: "white"; style: "Raised"; styleColor: "black"
}
}