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

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

parent e972c6b1
......@@ -33,7 +33,7 @@ Rectangle {
properties: "opacity"
from: 1.0
to: 0.0
duration: 3000
duration: 2000
easing.type: Easing.InQuint
}
}
......@@ -33,7 +33,7 @@ Rectangle {
properties: "opacity"
from: 1.0
to: 0.0
duration: 3000
duration: 2000
easing.type: Easing.InQuint
}
}
Markdown is supported
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