Title: [99551] trunk/Source/WebKit2
- Revision
- 99551
- Author
- [email protected]
- Date
- 2011-11-08 04:40:54 -0800 (Tue, 08 Nov 2011)
Log Message
[Qt] Improve the animation time constant
https://bugs.webkit.org/show_bug.cgi?id=71790
Reviewed by Simon Hausmann.
Use 250 milliseconds instead of 400, which feels a lot more natural
and makes the mini browser feel more responsive.
* UIProcess/qt/QtViewportInteractionEngine.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (99550 => 99551)
--- trunk/Source/WebKit2/ChangeLog 2011-11-08 12:37:33 UTC (rev 99550)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-08 12:40:54 UTC (rev 99551)
@@ -1,3 +1,15 @@
+2011-11-08 Kenneth Rohde Christiansen <[email protected]>
+
+ [Qt] Improve the animation time constant
+ https://bugs.webkit.org/show_bug.cgi?id=71790
+
+ Reviewed by Simon Hausmann.
+
+ Use 250 milliseconds instead of 400, which feels a lot more natural
+ and makes the mini browser feel more responsive.
+
+ * UIProcess/qt/QtViewportInteractionEngine.cpp:
+
2011-11-08 Alexis Menard <[email protected]>
[Qt] Merge QtDesktopWebPageProxy and QtTouchWebPageProxy into QtWebPageProxy.
Modified: trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp (99550 => 99551)
--- trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp 2011-11-08 12:37:33 UTC (rev 99550)
+++ trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp 2011-11-08 12:40:54 UTC (rev 99551)
@@ -31,7 +31,7 @@
namespace WebKit {
-static const int kScaleAnimationDurationMillis = 400;
+static const int kScaleAnimationDurationMillis = 250;
// Updating content properties cause the notify signals to be sent by the content item itself.
// We manage these differently, as we do not want to act on them when we are the ones changing the content.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes