Quicker animation in pagestack

This commit is contained in:
Sebastian Kügler 2013-12-28 06:57:57 +01:00
parent 682affabf8
commit e9a43b165b

View File

@ -264,7 +264,7 @@ Item {
property int stackWidth: Math.max(root.width, root.height)
// Duration of transition animation (in ms)
property int transitionDuration: root.animate ? 250 : 0
property int transitionDuration: root.animate ? 150 : 0
// Flag that indicates the container should be cleaned up after the transition has ended.
property bool cleanupAfterTransition: false