Port testcontainment to units.longDuration
This commit is contained in:
parent
1d0c41f936
commit
949e9c3868
@ -177,8 +177,8 @@ Item {
|
|||||||
property real startX: mouseArea.startX/mouseArea.width
|
property real startX: mouseArea.startX/mouseArea.width
|
||||||
property real startY: mouseArea.startY/mouseArea.height
|
property real startY: mouseArea.startY/mouseArea.height
|
||||||
|
|
||||||
NumberAnimation on dx { id: dxAnim; to: 0; duration: 350; easing.type: Easing.OutElastic }
|
NumberAnimation on dx { id: dxAnim; to: 0; duration: units.longDuration; easing.type: Easing.OutElastic }
|
||||||
NumberAnimation on dy { id: dyAnim; to: 0; duration: 350; easing.type: Easing.OutElastic }
|
NumberAnimation on dy { id: dyAnim; to: 0; duration: units.longDuration; easing.type: Easing.OutElastic }
|
||||||
//! [fragment]
|
//! [fragment]
|
||||||
fragmentShader: {
|
fragmentShader: {
|
||||||
"uniform lowp float qt_Opacity;" +
|
"uniform lowp float qt_Opacity;" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user