mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Change easing for all animations
This commit is contained in:
parent
9a8f2334ea
commit
05aa946280
@ -339,7 +339,7 @@ Item {
|
||||
target: txtDescriptionBottom
|
||||
property: "opacity"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
PauseAnimation {
|
||||
@ -350,7 +350,7 @@ Item {
|
||||
target: footer
|
||||
property: "anchors.bottomMargin"
|
||||
duration: 300
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -251,7 +251,7 @@ Item {
|
||||
duration: 300
|
||||
target: contentWrapper
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
ParallelAnimation {
|
||||
|
@ -172,13 +172,13 @@ Item {
|
||||
target: wrapper
|
||||
properties: "opacity, anchors.topMargin"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
NumberAnimation {
|
||||
target: effect
|
||||
properties: "opacity, color"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -119,13 +119,13 @@ Item {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PropertyAnimation {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
SequentialAnimation {
|
||||
|
||||
@ -136,7 +136,7 @@ Item {
|
||||
target: effect
|
||||
duration: 300
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -152,13 +152,13 @@ Item {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PropertyAnimation {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
SequentialAnimation {
|
||||
|
||||
@ -169,7 +169,7 @@ Item {
|
||||
target: effect
|
||||
duration: 300
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -470,7 +470,7 @@ Item {
|
||||
duration: 300
|
||||
target: contentWrapper
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
ParallelAnimation {
|
||||
@ -503,7 +503,7 @@ Item {
|
||||
duration: 300
|
||||
target: contentWrapper
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
ParallelAnimation {
|
||||
|
@ -538,13 +538,13 @@ Item {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PropertyAnimation {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
SequentialAnimation {
|
||||
|
||||
@ -555,7 +555,7 @@ Item {
|
||||
target: effect
|
||||
duration: 300
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -571,13 +571,13 @@ Item {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "anchors.topMargin"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PropertyAnimation {
|
||||
target: wrapper
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
SequentialAnimation {
|
||||
|
||||
@ -588,7 +588,7 @@ Item {
|
||||
target: effect
|
||||
duration: 300
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -601,7 +601,7 @@ Item {
|
||||
target: wrapperContent
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PauseAnimation {
|
||||
duration: 50
|
||||
@ -610,7 +610,7 @@ Item {
|
||||
target: wrapperError
|
||||
duration: 200
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -622,7 +622,7 @@ Item {
|
||||
target: wrapperContent
|
||||
duration: 600
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
PauseAnimation {
|
||||
duration: 50
|
||||
@ -631,7 +631,7 @@ Item {
|
||||
target: wrapperSuccess
|
||||
duration: 200
|
||||
property: "opacity"
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ Button {
|
||||
// to: "*"
|
||||
// NumberAnimation {
|
||||
// property: "width"
|
||||
// easing.type: Easing.InOutQuad
|
||||
// easing.type: Easing.OutQuart
|
||||
// duration: 2000
|
||||
// }
|
||||
// }
|
||||
|
@ -98,7 +98,7 @@ DropArea {
|
||||
target: fill
|
||||
property: "opacity"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
},
|
||||
Transition {
|
||||
@ -109,7 +109,7 @@ DropArea {
|
||||
target: fill
|
||||
property: "opacity"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -146,7 +146,7 @@ Item {
|
||||
NumberAnimation {
|
||||
properties: "anchors.bottomMargin"
|
||||
duration: 100
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
},
|
||||
Transition {
|
||||
@ -155,7 +155,7 @@ Item {
|
||||
NumberAnimation {
|
||||
properties: "anchors.bottomMargin"
|
||||
duration: 100
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -333,18 +333,18 @@ Item {
|
||||
// target: screenPlayItemWrapper
|
||||
// properties: "y"
|
||||
// duration: 300
|
||||
// easing.type: Easing.InOutQuad
|
||||
// easing.type: Easing.OutQuart
|
||||
// }
|
||||
// OpacityAnimator {
|
||||
// target: screenPlayItemWrapper
|
||||
// duration: 500
|
||||
// easing.type: Easing.InOutQuad
|
||||
// easing.type: Easing.OutQuart
|
||||
// }
|
||||
// PropertyAnimation {
|
||||
// target: effect
|
||||
// property: "opacity"
|
||||
// duration: 500
|
||||
// easing.type: Easing.InOutQuad
|
||||
// easing.type: Easing.OutQuart
|
||||
// }
|
||||
},
|
||||
Transition {
|
||||
|
@ -84,13 +84,13 @@ Item {
|
||||
target: image
|
||||
property: "opacity"
|
||||
duration: 300
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
NumberAnimation {
|
||||
target: text1
|
||||
property: "opacity"
|
||||
duration: 300
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -552,7 +552,7 @@ Item {
|
||||
target: sidebar
|
||||
properties: "anchors.rightMargin"
|
||||
duration: 250
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
ParallelAnimation {
|
||||
@ -587,7 +587,7 @@ Item {
|
||||
target: sidebar
|
||||
properties: "anchors.rightMargin"
|
||||
duration: 250
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
},
|
||||
Transition {
|
||||
@ -598,7 +598,7 @@ Item {
|
||||
target: sidebar
|
||||
properties: "anchors.rightMargin"
|
||||
duration: 250
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
ParallelAnimation {
|
||||
@ -623,7 +623,7 @@ Item {
|
||||
target: sidebar
|
||||
properties: "anchors.rightMargin"
|
||||
duration: 250
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
ParallelAnimation {
|
||||
|
@ -258,21 +258,21 @@ Item {
|
||||
target: background
|
||||
property: "opacity"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
NumberAnimation {
|
||||
target: monitorsSettingsWrapper
|
||||
property: "anchors.topMargin"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
|
||||
NumberAnimation {
|
||||
target: monitors
|
||||
property: "opacity"
|
||||
duration: 200
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -143,7 +143,7 @@ Item {
|
||||
NumberAnimation {
|
||||
properties: "anchors.bottomMargin"
|
||||
duration: 100
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
},
|
||||
Transition {
|
||||
@ -152,7 +152,7 @@ Item {
|
||||
NumberAnimation {
|
||||
properties: "anchors.bottomMargin"
|
||||
duration: 100
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -103,7 +103,7 @@ Item {
|
||||
target: navigationWallpaperConfiguration
|
||||
properties: "anchors.topMargin, opacity"
|
||||
duration: 250
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -120,7 +120,7 @@ Item {
|
||||
targets: [imgIcon,txtHeadline]
|
||||
properties: "opacity, anchors.topMargin, anchors.leftMargin"
|
||||
duration: 300
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -107,7 +107,7 @@ Item {
|
||||
target: footer
|
||||
property: "anchors.bottomMargin"
|
||||
duration: 300
|
||||
easing.type: Easing.InOutQuad
|
||||
easing.type: Easing.OutQuart
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -273,7 +273,7 @@ Item {
|
||||
right: parent.right
|
||||
}
|
||||
onClicked: {
|
||||
Qt.openUrlExternally( "steam://url/CommunityFilePage/" + steamID)
|
||||
Qt.openUrlExternally("steam://url/CommunityFilePage/" + steamID)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user