2 * dialer - QML User Interface Component
4 * Copyright (c) 2011, Tom Swindell.
6 * This program is licensed under the terms and conditions of the
7 * Apache License, version 2.0. The full text of the Apache License is at
8 * http://www.apache.org/licenses/LICENSE-2.0
22 PropertyChanges {target: root; opacity: 1.0}
26 PropertyChanges {target: root; opacity: 0.0}
30 Behavior on opacity {PropertyAnimation {duration: 250}}