WallpaperFader.qml:132: ReferenceError: Units is not defined
Fix duration ReferenceError
This commit is contained in:
@@ -128,13 +128,13 @@ Item {
|
|||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
target: mainStack
|
target: mainStack
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
duration: units.longDuration
|
duration: 500
|
||||||
easing.type: Easing.InOutQuad
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
target: footer
|
target: footer
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
duration: units.longDuration
|
duration: 500
|
||||||
easing.type: Easing.InOutQuad
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user