1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Change easing for all animations

This commit is contained in:
Elias 2018-12-04 18:27:39 +01:00
parent 9a8f2334ea
commit 05aa946280
18 changed files with 46 additions and 46 deletions

View File

@ -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
}
}
]

View File

@ -251,7 +251,7 @@ Item {
duration: 300
target: contentWrapper
property: "anchors.topMargin"
easing.type: Easing.InOutQuad
easing.type: Easing.OutQuart
}
}
ParallelAnimation {

View File

@ -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
}
}
}

View File

@ -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
}
}
}

View File

@ -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 {

View File

@ -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
}
}
}

View File

@ -36,7 +36,7 @@ Button {
// to: "*"
// NumberAnimation {
// property: "width"
// easing.type: Easing.InOutQuad
// easing.type: Easing.OutQuart
// duration: 2000
// }
// }

View File

@ -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
}
}
]

View File

@ -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
}
}
]

View File

@ -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 {

View File

@ -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
}
}
]

View File

@ -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 {

View File

@ -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
}
}
]

View File

@ -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
}
}
]

View File

@ -103,7 +103,7 @@ Item {
target: navigationWallpaperConfiguration
properties: "anchors.topMargin, opacity"
duration: 250
easing.type: Easing.InOutQuad
easing.type: Easing.OutQuart
}
}
]

View File

@ -120,7 +120,7 @@ Item {
targets: [imgIcon,txtHeadline]
properties: "opacity, anchors.topMargin, anchors.leftMargin"
duration: 300
easing.type: Easing.InOutQuad
easing.type: Easing.OutQuart
}
}
]

View File

@ -107,7 +107,7 @@ Item {
target: footer
property: "anchors.bottomMargin"
duration: 300
easing.type: Easing.InOutQuad
easing.type: Easing.OutQuart
}
}
]

View File

@ -273,7 +273,7 @@ Item {
right: parent.right
}
onClicked: {
Qt.openUrlExternally( "steam://url/CommunityFilePage/" + steamID)
Qt.openUrlExternally("steam://url/CommunityFilePage/" + steamID)
}
}
}