From 05aa946280631099d974cfe4fe4e5f001cb26f54 Mon Sep 17 00:00:00 2001 From: Elias Date: Tue, 4 Dec 2018 18:27:39 +0100 Subject: [PATCH] Change easing for all animations --- ScreenPlay/qml/Create/Create.qml | 4 ++-- ScreenPlay/qml/Create/CreateImport.qml | 2 +- ScreenPlay/qml/Create/CreateImportStatus.qml | 4 ++-- ScreenPlay/qml/Create/CreateNew.qml | 12 +++++------ ScreenPlay/qml/Create/CreateUpload.qml | 4 ++-- .../CreateWallpaper/CreateWallpaperWizard.qml | 20 +++++++++---------- .../Wizards/CreateWallpaper/NextButton.qml | 2 +- ScreenPlay/qml/FileDropper.qml | 4 ++-- .../qml/Installed/InstalledNavigation.qml | 4 ++-- ScreenPlay/qml/Installed/ScreenPlayItem.qml | 6 +++--- .../qml/Installed/ScreenPlayItemImage.qml | 4 ++-- ScreenPlay/qml/Installed/Sidebar.qml | 8 ++++---- ScreenPlay/qml/Monitors.qml | 6 +++--- ScreenPlay/qml/NavigationItem.qml | 4 ++-- .../qml/NavigationWallpaperConfiguration.qml | 2 +- ScreenPlay/qml/Settings/SettingsHeader.qml | 2 +- .../qml/Workshop/WorkshopAlertBanner.qml | 2 +- ScreenPlay/qml/Workshop/WorkshopItem.qml | 2 +- 18 files changed, 46 insertions(+), 46 deletions(-) diff --git a/ScreenPlay/qml/Create/Create.qml b/ScreenPlay/qml/Create/Create.qml index 70243316..67f7f0cb 100644 --- a/ScreenPlay/qml/Create/Create.qml +++ b/ScreenPlay/qml/Create/Create.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/Create/CreateImport.qml b/ScreenPlay/qml/Create/CreateImport.qml index 8596d98d..8e3f03bb 100644 --- a/ScreenPlay/qml/Create/CreateImport.qml +++ b/ScreenPlay/qml/Create/CreateImport.qml @@ -251,7 +251,7 @@ Item { duration: 300 target: contentWrapper property: "anchors.topMargin" - easing.type: Easing.InOutQuad + easing.type: Easing.OutQuart } } ParallelAnimation { diff --git a/ScreenPlay/qml/Create/CreateImportStatus.qml b/ScreenPlay/qml/Create/CreateImportStatus.qml index 355e6e57..57de1a7a 100644 --- a/ScreenPlay/qml/Create/CreateImportStatus.qml +++ b/ScreenPlay/qml/Create/CreateImportStatus.qml @@ -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 } } } diff --git a/ScreenPlay/qml/Create/CreateNew.qml b/ScreenPlay/qml/Create/CreateNew.qml index 24b7ddac..837910b1 100644 --- a/ScreenPlay/qml/Create/CreateNew.qml +++ b/ScreenPlay/qml/Create/CreateNew.qml @@ -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 } } } diff --git a/ScreenPlay/qml/Create/CreateUpload.qml b/ScreenPlay/qml/Create/CreateUpload.qml index 4cc06ee8..52978a1a 100644 --- a/ScreenPlay/qml/Create/CreateUpload.qml +++ b/ScreenPlay/qml/Create/CreateUpload.qml @@ -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 { diff --git a/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperWizard.qml b/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperWizard.qml index f7094856..58a75781 100644 --- a/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperWizard.qml +++ b/ScreenPlay/qml/Create/Wizards/CreateWallpaper/CreateWallpaperWizard.qml @@ -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 } } } diff --git a/ScreenPlay/qml/Create/Wizards/CreateWallpaper/NextButton.qml b/ScreenPlay/qml/Create/Wizards/CreateWallpaper/NextButton.qml index c0406984..2eb35230 100644 --- a/ScreenPlay/qml/Create/Wizards/CreateWallpaper/NextButton.qml +++ b/ScreenPlay/qml/Create/Wizards/CreateWallpaper/NextButton.qml @@ -36,7 +36,7 @@ Button { // to: "*" // NumberAnimation { // property: "width" -// easing.type: Easing.InOutQuad +// easing.type: Easing.OutQuart // duration: 2000 // } // } diff --git a/ScreenPlay/qml/FileDropper.qml b/ScreenPlay/qml/FileDropper.qml index 79e17b89..1d69e4b9 100644 --- a/ScreenPlay/qml/FileDropper.qml +++ b/ScreenPlay/qml/FileDropper.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/Installed/InstalledNavigation.qml b/ScreenPlay/qml/Installed/InstalledNavigation.qml index 80de4e38..d070a79c 100644 --- a/ScreenPlay/qml/Installed/InstalledNavigation.qml +++ b/ScreenPlay/qml/Installed/InstalledNavigation.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/Installed/ScreenPlayItem.qml b/ScreenPlay/qml/Installed/ScreenPlayItem.qml index 972ab2ff..ea2d6437 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItem.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItem.qml @@ -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 { diff --git a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml index 10a3270f..179ade62 100644 --- a/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml +++ b/ScreenPlay/qml/Installed/ScreenPlayItemImage.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/Installed/Sidebar.qml b/ScreenPlay/qml/Installed/Sidebar.qml index 2fb7b64e..93fee551 100644 --- a/ScreenPlay/qml/Installed/Sidebar.qml +++ b/ScreenPlay/qml/Installed/Sidebar.qml @@ -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 { diff --git a/ScreenPlay/qml/Monitors.qml b/ScreenPlay/qml/Monitors.qml index 72103634..a673b1a5 100644 --- a/ScreenPlay/qml/Monitors.qml +++ b/ScreenPlay/qml/Monitors.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/NavigationItem.qml b/ScreenPlay/qml/NavigationItem.qml index 8956a699..608b1ebc 100644 --- a/ScreenPlay/qml/NavigationItem.qml +++ b/ScreenPlay/qml/NavigationItem.qml @@ -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 } } ] diff --git a/ScreenPlay/qml/NavigationWallpaperConfiguration.qml b/ScreenPlay/qml/NavigationWallpaperConfiguration.qml index face7eda..e1b6178c 100644 --- a/ScreenPlay/qml/NavigationWallpaperConfiguration.qml +++ b/ScreenPlay/qml/NavigationWallpaperConfiguration.qml @@ -103,7 +103,7 @@ Item { target: navigationWallpaperConfiguration properties: "anchors.topMargin, opacity" duration: 250 - easing.type: Easing.InOutQuad + easing.type: Easing.OutQuart } } ] diff --git a/ScreenPlay/qml/Settings/SettingsHeader.qml b/ScreenPlay/qml/Settings/SettingsHeader.qml index 799fe31e..747c0bde 100644 --- a/ScreenPlay/qml/Settings/SettingsHeader.qml +++ b/ScreenPlay/qml/Settings/SettingsHeader.qml @@ -120,7 +120,7 @@ Item { targets: [imgIcon,txtHeadline] properties: "opacity, anchors.topMargin, anchors.leftMargin" duration: 300 - easing.type: Easing.InOutQuad + easing.type: Easing.OutQuart } } ] diff --git a/ScreenPlay/qml/Workshop/WorkshopAlertBanner.qml b/ScreenPlay/qml/Workshop/WorkshopAlertBanner.qml index 3c7f42dc..78daa0d9 100644 --- a/ScreenPlay/qml/Workshop/WorkshopAlertBanner.qml +++ b/ScreenPlay/qml/Workshop/WorkshopAlertBanner.qml @@ -107,7 +107,7 @@ Item { target: footer property: "anchors.bottomMargin" duration: 300 - easing.type: Easing.InOutQuad + easing.type: Easing.OutQuart } } ] diff --git a/ScreenPlay/qml/Workshop/WorkshopItem.qml b/ScreenPlay/qml/Workshop/WorkshopItem.qml index 17aa8097..a37e92da 100644 --- a/ScreenPlay/qml/Workshop/WorkshopItem.qml +++ b/ScreenPlay/qml/Workshop/WorkshopItem.qml @@ -273,7 +273,7 @@ Item { right: parent.right } onClicked: { - Qt.openUrlExternally( "steam://url/CommunityFilePage/" + steamID) + Qt.openUrlExternally("steam://url/CommunityFilePage/" + steamID) } } }