Commit f63c1ee6 authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier
Browse files

3 seconds is way too long to wait for the bars to go away.

parent e972c6b1
...@@ -33,7 +33,7 @@ Rectangle { ...@@ -33,7 +33,7 @@ Rectangle {
properties: "opacity" properties: "opacity"
from: 1.0 from: 1.0
to: 0.0 to: 0.0
duration: 3000 duration: 2000
easing.type: Easing.InQuint easing.type: Easing.InQuint
} }
} }
...@@ -33,7 +33,7 @@ Rectangle { ...@@ -33,7 +33,7 @@ Rectangle {
properties: "opacity" properties: "opacity"
from: 1.0 from: 1.0
to: 0.0 to: 0.0
duration: 3000 duration: 2000
easing.type: Easing.InQuint easing.type: Easing.InQuint
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment