Added easing
This commit is contained in:
@@ -335,12 +335,14 @@ Item
|
|||||||
target: noResultsOverlay
|
target: noResultsOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation
|
NumberAnimation
|
||||||
{
|
{
|
||||||
target: loadingOverlay
|
target: loadingOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Transition
|
Transition
|
||||||
@@ -352,12 +354,14 @@ Item
|
|||||||
target: noSearchOverlay
|
target: noSearchOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation
|
NumberAnimation
|
||||||
{
|
{
|
||||||
target: loadingOverlay
|
target: loadingOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Transition
|
Transition
|
||||||
@@ -369,12 +373,14 @@ Item
|
|||||||
target: noSearchOverlay
|
target: noSearchOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation
|
NumberAnimation
|
||||||
{
|
{
|
||||||
target: loadingOverlay
|
target: loadingOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Transition
|
Transition
|
||||||
@@ -386,12 +392,14 @@ Item
|
|||||||
target: noResultsOverlay
|
target: noResultsOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation
|
NumberAnimation
|
||||||
{
|
{
|
||||||
target: loadingOverlay
|
target: loadingOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Transition
|
Transition
|
||||||
@@ -403,12 +411,14 @@ Item
|
|||||||
target: loadingOverlay
|
target: loadingOverlay
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
NumberAnimation
|
NumberAnimation
|
||||||
{
|
{
|
||||||
target: resultsView
|
target: resultsView
|
||||||
duration: 250
|
duration: 250
|
||||||
property: "opacity";
|
property: "opacity";
|
||||||
|
easing.type: Easing.InOutQuad
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user